Added passed print statement to current working

opencl benchmarks
This commit is contained in:
Malik Burton
2020-09-19 16:10:24 -04:00
parent 0646180059
commit 4f5fc0a1e9
6 changed files with 6 additions and 5 deletions

View File

@@ -307,7 +307,7 @@ int main(int argc, char **argv) {
// printf(" %f", data);
}
printf("\n");
printf("Passed!\n");
CL_CHECK(clReleaseMemObject(memObjects[0]));
CL_CHECK(clReleaseMemObject(memObjects[1]));