llvm/llvm-project
在 GitHub 查看[mlir][spirv] Update the spirv dialect scripts to accept the updated spirv json schema
Open
#110,016 创建于 2024年9月25日
help wantedmlir:spirv
仓库指标
- Star
- (26,378 star)
- PR 合并指标
- (平均合并 1天 2小时) (30 天内合并 1,000 个 PR)
描述
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.