Skip to content

Commit 8dc95f9

Browse files
author
Timmy
committed
Merge pull request #81 from TimmyLiu/develop
minor bug fix in client code
2 parents 595c63b + 5c3f082 commit 8dc95f9

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)