Skip to content

Commit

Permalink
remove XeTile_4DVector
Browse files Browse the repository at this point in the history
  • Loading branch information
chencha3 committed Dec 17, 2024
1 parent 9ce2905 commit 7ba91ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/imex/Dialect/XeTile/IR/XeTileTypes.td
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ def XeTile_BaseAddrType : AnyTypeOf<[MemRefOf<[XeTile_ScalarType]>, UI64, UI32,
// define the value type for XeTile load_tile and store_tile op
def XeTile_2DVector : VectorOfRankAndType<[2], [XeTile_ScalarType]>;

// input and output types needed for pack and unpack ops
def XeTile_4DVector : VectorOfRankAndType<[4], [XeTile_ScalarType]>;

// define the value type for XeTile load_gather and store_scatter op
def XeTile_1DOr2DVector: VectorOfRankAndType<[1, 2], [XeTile_ScalarType]>;

Expand Down

0 comments on commit 7ba91ce

Please sign in to comment.