llvm/llvm-project

[mlir][spirv] Update the spirv dialect scripts to accept the updated spirv json schema

Open

#110.016 aperta il 25 set 2024

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)C++ (10.782 fork)batch import
help wantedmlir:spirv

Metriche repository

Star
 (26.378 star)
Metriche merge PR
 (Merge medio 1g 2h) (1000 PR mergiate in 30 g)

Descrizione

The SPIR-V dialect has scripts to define SPIR-V ops/enums/attributes based on the SPIR-V spec in the json format: https://github.com/llvm/llvm-project/tree/main/mlir/utils/spirv .

The json schema was recently updated: https://github.com/KhronosGroup/SPIRV-Headers/pull/447. We should update the scripts to accept the new json format.

Guida contributor