llvm/llvm-project

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

Open

#110 016 ouverte le 25 sept. 2024

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)C++ (10 782 forks)batch import
help wantedmlir:spirv

Métriques du dépôt

Stars
 (26 378 stars)
Métriques de merge PR
 (Merge moyen 1j 2h) (1 000 PRs mergées en 30 j)

Description

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.

Guide contributeur