Open kuhar opened 2 months ago
cc: @llvm-beanz
@llvm/issue-subscribers-mlir-spirv
Author: Jakub Kuderski (kuhar)
@kuhar posted https://github.com/llvm/llvm-project/pull/111778 to remove code that's not needed anymore since the grammar will have symbols de-duplicated.
As part of testing it out, ended up making also the following small fixes:
Awesome @cmarcelo, thanks for taking care of this. I left some comments.
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.