Skip to content

Commit

Permalink
Weird WebAssembly limits...
Browse files Browse the repository at this point in the history
  • Loading branch information
mcourteaux committed Aug 11, 2024
1 parent 297430a commit b3e4e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/correctness/fast_arctan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ int main(int argc, char **argv) {
Var xo, xi;
Var yo, yi;
atan_f.never_partition_all();
atan_f.gpu_tile(x, xo, xi, 512, TailStrategy::ShiftInwards);
atan_f.gpu_tile(x, xo, xi, 256, TailStrategy::ShiftInwards);
} else {
atan_f.vectorize(x, 8);
}
Expand Down

0 comments on commit b3e4e0d

Please sign in to comment.