Skip to content

Commit

Permalink
Opsplit changes for fakeslice
Browse files Browse the repository at this point in the history
  • Loading branch information
panickal-xmos committed Jul 18, 2024
1 parent 81a860a commit f2d141e
Show file tree
Hide file tree
Showing 3 changed files with 310 additions and 284 deletions.
3 changes: 1 addition & 2 deletions xformer/IR/XCoreOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ def XC_SliceOp : XC_Op<"slice", [Pure]> {
let results = (outs TensorOf<[QI8, QI16, F32, I8, I32]> : $output);
}

def XC_FakeSliceOp
: XC_Op<"fake_slice", [Pure, SameOperandsAndResultType]> {
def XC_FakeSliceOp : XC_Op<"fake_slice", [Pure]> {
let summary = "Fake slice op";

let description = [{Fake slice op.}];
Expand Down
Loading

0 comments on commit f2d141e

Please sign in to comment.