Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enables the locality test by using an IGC intrinsic instead of an OpenCL function for `get_global_size`. IGC does not appear to support the OpenCL function `get_global_size`, and SPIRV builtins are not currently an option. This PR uses intel/llvm#12383 and then simply removes the XPU skip from `test_locality`. Closes #154
- Loading branch information