llvm
7201f178 - [SYCL] global size zero assertion narrowed (#22957)

Commit
29 days ago
[SYCL] global size zero assertion narrowed (#22957) The SYCL 2020 spec states that "When the global size is zero, the kernel function is not executed, the local size is ignored, and any dependencies are satisfied" But we have an assert that is a bit too wide and is tripping up PyTorch. Fix is simply to narrow the assertion.
Author
Parents
Loading