Skip to content

Commit 2b43197

Browse files
[Mosaic GPU][NFC] Remove duplicated lines in test.
PiperOrigin-RevId: 802036271
1 parent 99fbd5f commit 2b43197

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/mosaic/gpu_transform_inference_test.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -516,11 +516,6 @@ def body(in_ref):
516516
mgpu.dialect.SwizzleTransformAttr.get(32),
517517
])
518518

519-
if annotate_input:
520-
f.attributes["in_transforms"] = ir.ArrayAttr.get([transforms])
521-
else:
522-
user_op.attributes["in_transforms"] = ir.ArrayAttr.get([transforms])
523-
524519
if annotate_input:
525520
f.attributes["in_transforms"] = ir.ArrayAttr.get([transforms])
526521
else:

0 commit comments

Comments
 (0)