We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297430a commit b3e4e0dCopy full SHA for b3e4e0d
test/correctness/fast_arctan.cpp
@@ -32,7 +32,7 @@ int main(int argc, char **argv) {
32
Var xo, xi;
33
Var yo, yi;
34
atan_f.never_partition_all();
35
- atan_f.gpu_tile(x, xo, xi, 512, TailStrategy::ShiftInwards);
+ atan_f.gpu_tile(x, xo, xi, 256, TailStrategy::ShiftInwards);
36
} else {
37
atan_f.vectorize(x, 8);
38
}
0 commit comments