Skip to content

Commit ca6e12a

Browse files
authored
Revert changes in python/triton/tools/compile.py (#2056)
This change was first introduced in 7b680e6#diff-293af646f671d3a895c453a8b175754e9d4ec4fc855bb939ffa4d6e9e91b07c6 and after that in b93e92e. Since the code shows the use of cubin https://github.com/intel/intel-xpu-backend-for-triton/blob/34824dca8c97292e7dd8e657845daecd3b70cfbe/python/triton/tools/compile.py#L123, it is likely that the code is currently not working for the intel backend and we can safely remove this change. Closes #2030 Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 34824dc commit ca6e12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/triton/tools/compile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import triton
1010
from triton.compiler.code_generator import kernel_suffix
11-
from triton.backends.intel.driver import ty_to_cpp
11+
from triton.backends.nvidia.driver import ty_to_cpp
1212

1313
desc = """
1414
Triton ahead-of-time compiler:

0 commit comments

Comments
 (0)