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
Currently, we have a VectorAttr, but MLIR calls them DenseIntOrFPElementsAttr and parametrizes them with either a VectorType or a TensorType. As we require this flexibility for the MLIR conversion, we have to reflect this structure in our implementation as well.
The text was updated successfully, but these errors were encountered:
Dinistro
changed the title
Adapt vector and tensor things to mirror MLIR structure.
Adapt vector and tensor structures to mirror MLIR structure.
Dec 29, 2021
Dinistro
changed the title
Adapt vector and tensor structures to mirror MLIR structure.
Adapt vector and tensor structures to mirror MLIR
Dec 29, 2021
Currently, we have a
VectorAttr
, but MLIR calls themDenseIntOrFPElementsAttr
and parametrizes them with either aVectorType
or aTensorType
. As we require this flexibility for the MLIR conversion, we have to reflect this structure in our implementation as well.The text was updated successfully, but these errors were encountered: