Experimental change: now the integration function is automatically optimized during acInit

This commit is contained in:
jpekkila
2019-07-09 14:46:24 +03:00
parent a086821e7c
commit 10a98b01a9
3 changed files with 83 additions and 2 deletions

View File

@@ -116,6 +116,9 @@ run_benchmark(void)
std::vector<double> results;
results.reserve(NUM_ITERS);
// Optimize
// acAutoOptimize();
// Warmup
for (int i = 0; i < 10; ++i) {
acIntegrate(0);