projects
/
satune.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31d8e91
)
Correcting the autotuner timeout
author
Hamed Gorjiara
<hgorjiar@uci.edu>
Tue, 2 Oct 2018 19:00:51 +0000
(12:00 -0700)
committer
Hamed Gorjiara
<hgorjiar@uci.edu>
Tue, 2 Oct 2018 19:00:51 +0000
(12:00 -0700)
src/Tuner/autotuner.cc
patch
|
blob
|
history
diff --git
a/src/Tuner/autotuner.cc
b/src/Tuner/autotuner.cc
index 6a178078d453c04950f5305113a8d4aecf49b726..6b297557af8a3e1fec719a09559c3d4bdec59a6e 100644
(file)
--- a/
src/Tuner/autotuner.cc
+++ b/
src/Tuner/autotuner.cc
@@
-6,7
+6,7
@@
#include <float.h>
#define UNSETVALUE -1
-#define TIMEOUTSEC
6
0
+#define TIMEOUTSEC
500
0
AutoTuner::AutoTuner(uint _budget) :
budget(_budget), result(UNSETVALUE) {
}