Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit debce2d

Browse files
committed
comment out something that I think isn't needed
1 parent f0365ee commit debce2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tvm/relay/op/_tensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
# a fake on_device schedule.
9393
# this will not be used in actual computation
9494
# as on_device will be removed during DeviceAnnotation pass
95-
register_injective_schedule("on_device")
95+
# register_injective_schedule("on_device")
9696
# register_broadcast_schedule("accelerator_call")
9797

9898

0 commit comments

Comments
 (0)