Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(384)

Unified Diff: tests/spec2k/175.vpr/run.train.sh

Issue 2244023002: Fix bugs with SPEC2k for WebAssembly (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client@master
Patch Set: Add TODO for 175.vpr Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/spec2k/175.vpr/run.test.sh ('k') | tests/spec2k/188.ammp/diff » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/spec2k/175.vpr/run.train.sh
diff --git a/tests/spec2k/175.vpr/run.train.sh b/tests/spec2k/175.vpr/run.train.sh
index 9714caaf4128ecc009ecadf512b0d3a65ef003d1..d39f7576a9a373b1222bec637ea7fa1b3b3be490 100755
--- a/tests/spec2k/175.vpr/run.train.sh
+++ b/tests/spec2k/175.vpr/run.train.sh
@@ -16,8 +16,10 @@ if [[ "${EMU_HACK}" != "no" ]] ; then
touch costs.out place.out route.out
fi
-ARGS1="-nodisp -place_only -init_t 5 -exit_t 0.005 -alpha_t 0.9412 -inner_num 2"
-ARGS2="-nodisp -route_only -route_chan_width 15 -pres_fac_mult 2 -acc_fac 1 -first_iter_pres_fac 4 -initial_pres_fac 8"
+ARGS1="-nodisp -place_only -init_t 5 -exit_t 0x1.47ae147ae147bp-8 -alpha_t \
+ 0x1.e1e4f765fd8aep-1 -inner_num 2"
+ARGS2="-nodisp -route_only -route_chan_width 15 -pres_fac_mult 2 -acc_fac 1 \
+ -first_iter_pres_fac 4 -initial_pres_fac 8"
${PREFIX} $1 ${DASHDASH} net.in arch.in place.out dum.out ${ARGS1} \
« no previous file with comments | « tests/spec2k/175.vpr/run.test.sh ('k') | tests/spec2k/188.ammp/diff » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698