KhronosGroup / SPIRV-LLVM-Translator

A tool and a library for bi-directional translation between SPIR-V and LLVM IR
Other
468 stars 209 forks source link

Introduce SPIR-V 1.6 version #2505

Closed vmaksimo closed 4 months ago

vmaksimo commented 4 months ago

Recognize SPIR-V 1.6 modules and allow specifying the --spirv-max-version=1.6 option.

This does not implement any SPIR-V 1.6 functionality yet, so mark it as "experimental".