Replies: 1 comment
-
PredicateLoads must be the outermost split in that dimension. In this case it's the outermost split that originates from the Var 'y', so it's fine. The comment needs fixing. The output for that Func must indeed be a multiple of the split factor, and this would throw an error in AOT code, but the JIT is capable of querying this of the compiled pipeline, realizing a slightly larger buffer, and returning a cropped view of it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I think there are 2 illegal operations at the test \test\correctness\multi_splits_with_diff_tail_strategies.cpp when tail_strategy equals TailStrategy::PredicateLoads -
Those facts are written at Schedule.h regard TailStrategy::PredicateLoads.
What do you think? Am I right?
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions