Skip to content

Commit

Permalink
Revert changes in python/triton/tools/compile.py (#2056)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
anmyachev authored Aug 29, 2024
1 parent 34824dc commit ca6e12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/triton/tools/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import triton
from triton.compiler.code_generator import kernel_suffix
from triton.backends.intel.driver import ty_to_cpp
from triton.backends.nvidia.driver import ty_to_cpp

desc = """
Triton ahead-of-time compiler:
Expand Down

0 comments on commit ca6e12a

Please sign in to comment.