Skip to content

Commit bed0bfe

Browse files
ZainRizvifacebook-github-bot
authored andcommitted
Revert D78458745: Support native Inductor as backend for MTIA
Differential Revision: D78458745 Original commit changeset: e7cfe08d6f52 Original Phabricator Diff: D78458745 fbshipit-source-id: 4ecc99dc4ab80c05d8b51da5aa2c3a2e1b7eb844
1 parent 6a1b132 commit bed0bfe

File tree

1 file changed

+1
-1
lines changed
  • userbenchmark/dynamo/dynamobench/_dynamo

1 file changed

+1
-1
lines changed

userbenchmark/dynamo/dynamobench/_dynamo/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3965,7 +3965,7 @@ def is_compile_supported(device_type):
39653965
compile_supported = is_dynamo_supported()
39663966
if type == "cpu":
39673967
pass
3968-
elif type in ["cuda", "xpu", "mtia"] and compile_supported:
3968+
elif type in ["cuda", "xpu"] and compile_supported:
39693969
compile_supported = has_triton()
39703970
else:
39713971
compile_supported = False

0 commit comments

Comments
 (0)