Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pretend the SPIR ver needed by shuffles is 1.2
In reality the SPIR-V shuffles and ballot operations require v1.3, but they seem to work with Intel's v1.2 implementation (likely due to the extensions). Until v1.3 support is added to the driver, let's just pretend these are v1.2 features to allow CHIPSPV warp-level functions to compile.
- Loading branch information