CHIP-SPV / chipStar

chipStar is a tool for compiling and running HIP/CUDA on SPIR-V via OpenCL or Level Zero APIs.
Other
219 stars 32 forks source link

Remove SPIR-V version check in the parser #787

Closed linehill closed 7 months ago

linehill commented 7 months ago

For accepting SPIR-V modules of higher versions than v1.2. The backend drivers probably already check the SPIR-V version of the modules during device compilation so the check was probably redundant too.