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

@@ -76,7 +76,7 @@ int main(int argc, char *argv[]) {
free(b);
free(finalVec);
// OpenClGaussianElimination(context,timing);
printf("Passed!\n");
return 0;
}