This commit is contained in:
Blaise Tine
2020-09-19 22:44:27 -04:00
12 changed files with 20 additions and 15 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;
}