Skip to content

Commit

Permalink
Remove quantize/dequantize from memoryplanner
Browse files Browse the repository at this point in the history
  • Loading branch information
panickal-xmos committed May 14, 2024
1 parent a465f01 commit 804f49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xformer/IR/XCoreOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def XC_UnaryI16_OpTypeAttr : I32EnumAttr<"UnaryI16OpType", "op type enum", [
XC_UnaryI16_Quantize, XC_UnaryI16_Requantize, XC_UnaryI16_Dequantize
]>;

def XC_UnaryI16Op : XC_Op<"unaryi16", [Pure, XC_MemoryOverlappable]> {
def XC_UnaryI16Op : XC_Op<"unaryi16", [Pure]> {
let summary = "Unary I16 op";

let description = [{Unary I16 op.}];
Expand Down

0 comments on commit 804f49b

Please sign in to comment.