Sean Stirling
Sean Stirling
Thank you for this report. We're aware of the issue and are tracking internally.
For now, we've XFAILed the test so that it doesn't affect CI while we continue to investigate this issue. See here: https://github.com/intel/llvm/pull/13425
Please see [this PR](https://github.com/intel/llvm/pull/13723) which addresses the failure in the test. `get_global_id(x)` where `x>NDims` in the `nd_item` causes the kernel to crash. Simply moving `get_global_id(x)` inside of the `constexpr`s which...