We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 595c63b + 5c3f082 commit 8dc95f9Copy full SHA for 8dc95f9
src/client/client.cpp
@@ -490,7 +490,7 @@ int main(int argc, char *argv[])
490
491
my_function->initialize_cpu_buffer();
492
my_function->initialize_gpu_buffer();
493
-
+ my_function->setup_apiCallCount(apiCallCount);
494
my_function->call_func(); // do a calculation first to get any compilation out of the way
495
my_function->reset_gpu_write_buffer(); // reset GPU write buffer
496
}
0 commit comments