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
{{ message }}
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.
Actually for $capabilities we should be able to use TypedArrayAttr<SPV_CapabilityAttr> as the kind but still parsing and printing the symbols for those capability numbers in custom assembly form.
Additionally for the custom assembly form, it would be nice to change to
Right now the
arguments
inspv.module
is defined asmlir/include/mlir/Dialect/SPIRV/SPIRVStructureOps.td
Lines 312 to 318 in 199f413
Actually for
$capabilities
we should be able to useTypedArrayAttr<SPV_CapabilityAttr>
as the kind but still parsing and printing the symbols for those capability numbers in custom assembly form.Additionally for the custom assembly form, it would be nice to change to
This is easier to read and more consistent with the layout of SPIR-V itself.
The text was updated successfully, but these errors were encountered: