Skip to content

Commit

Permalink
Restore test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang677 committed Aug 12, 2023
1 parent 69c6e92 commit da8cf94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/tests-scheduling-eval.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1241,8 +1241,7 @@ TEST(scheduling_eval, spmvGPU) {
IndexStmt stmt = y.getAssignment().concretize();
stmt = scheduleSpMVGPU(stmt, A, precomputed);

std::cout << stmt << std::endl;
printToFile("spmv_gpu", stmt);
//printToFile("spmv_gpu", stmt);

y.compile(stmt);
y.assemble();
Expand Down

0 comments on commit da8cf94

Please sign in to comment.