[PATCH] D36682: [test-suite] Adding miniAMR Benchmark
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 15 11:07:27 PDT 2017
hfinkel added inline comments.
================
Comment at: MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/init.c:90
+ bp->array[var][ib][jb][kb] =
+ ((double) rand())/((double) RAND_MAX);
+ if (i == 0) { /* 0 boundary */
----------------
This also depends on rand. See my comments on this in D36621 and D36626.
https://reviews.llvm.org/D36682
More information about the llvm-commits
mailing list