Skip to content

Commit eb2dd2a

Browse files
Fix copy-paste typo
PiperOrigin-RevId: 694259486
1 parent 04a6652 commit eb2dd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jax/_src/pallas/mosaic/lowering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1914,7 +1914,7 @@ def _sub_lowering_rule(ctx: LoweringRuleContext, x, y):
19141914

19151915

19161916
lowering_rules[lax.sub_p] = _sub_lowering_rule
1917-
skip_mlir_conversions.add(lax.max_p)
1917+
skip_mlir_conversions.add(lax.sub_p)
19181918

19191919

19201920
def _mul_lowering_rule(ctx: LoweringRuleContext, x, y):

0 commit comments

Comments
 (0)