llvm/llvm-project

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

Open

#110,016 建立於 2024年9月25日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)C++ (10,782 fork)batch import
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.

貢獻者指南