We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99fbd5f commit 2b43197Copy full SHA for 2b43197
tests/mosaic/gpu_transform_inference_test.py
@@ -516,11 +516,6 @@ def body(in_ref):
516
mgpu.dialect.SwizzleTransformAttr.get(32),
517
])
518
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
-
524
if annotate_input:
525
f.attributes["in_transforms"] = ir.ArrayAttr.get([transforms])
526
else:
0 commit comments