Skip to content

Commit 5c3f082

Browse files
author
Timmy
committed
minor bug fix in client code
1 parent 2dce4f5 commit 5c3f082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ int main(int argc, char *argv[])
490490

491491
my_function->initialize_cpu_buffer();
492492
my_function->initialize_gpu_buffer();
493-
493+
my_function->setup_apiCallCount(apiCallCount);
494494
my_function->call_func(); // do a calculation first to get any compilation out of the way
495495
my_function->reset_gpu_write_buffer(); // reset GPU write buffer
496496
}

0 commit comments

Comments
 (0)