You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike MLIR, the LLVM SPIR-V target relies on a manually maintained list of symbolic operand enumerations. This has resulted in various issues such as ‘UnsignedInt32’ not being spelled correctly or various capabilities not having their related extensions, or related operands not having their related capabilities added.
It would be nice if we could adapt the SPIR-V scripts from MLIR to automatically generate prefixed enumerations and such from the official SPIR-V registry. This way there won’t be any confusion or discrepancy between various symbolic operands.
The text was updated successfully, but these errors were encountered:
Unlike MLIR, the LLVM SPIR-V target relies on a manually maintained list of symbolic operand enumerations. This has resulted in various issues such as ‘UnsignedInt32’ not being spelled correctly or various capabilities not having their related extensions, or related operands not having their related capabilities added.
It would be nice if we could adapt the SPIR-V scripts from MLIR to automatically generate prefixed enumerations and such from the official SPIR-V registry. This way there won’t be any confusion or discrepancy between various symbolic operands.
The text was updated successfully, but these errors were encountered: