Skip to content

Commit 587dc42

Browse files
committed
Comment out NUM_J in scheduleMTTKRPCPU
1 parent 8e4d126 commit 587dc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests-scheduling-eval.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ IndexStmt scheduleTTMCPU(IndexStmt stmt, Tensor<double> B, int CHUNK_SIZE=16, in
154154
}
155155

156156
IndexStmt scheduleMTTKRPCPU(IndexStmt stmt, Tensor<double> B, int CHUNK_SIZE=16, int UNROLL_FACTOR=8) {
157-
int NUM_J = 1039/20;
157+
// int NUM_J = 1039/20;
158158
IndexVar i1("i1"), i2("i2");
159159

160160
IndexExpr precomputeExpr = stmt.as<Forall>().getStmt().as<Forall>().getStmt()

0 commit comments

Comments
 (0)