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

@@ -292,6 +292,6 @@ int main(int argc, char *argv[]) {
free(h_updating_graph_mask);
free(h_graph_visited);
}
printf("Passed!\n");
return 0;
}