Skip to content

Commit b3e4e0d

Browse files
committed
Weird WebAssembly limits...
1 parent 297430a commit b3e4e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/correctness/fast_arctan.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ int main(int argc, char **argv) {
3232
Var xo, xi;
3333
Var yo, yi;
3434
atan_f.never_partition_all();
35-
atan_f.gpu_tile(x, xo, xi, 512, TailStrategy::ShiftInwards);
35+
atan_f.gpu_tile(x, xo, xi, 256, TailStrategy::ShiftInwards);
3636
} else {
3737
atan_f.vectorize(x, 8);
3838
}

0 commit comments

Comments
 (0)