Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert changes in python/triton/tools/compile.py #2056

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

anmyachev
Copy link
Contributor

This change was first introduced in 7b680e6#diff-293af646f671d3a895c453a8b175754e9d4ec4fc855bb939ffa4d6e9e91b07c6 and after that in b93e92e.

Since the code shows the use of cubin

hex_ = str(binascii.hexlify(ccinfo.asm["cubin"]))[2:-1]
, it is likely that the code is currently not working for the intel backend and we can safely remove this change.

Closes #2030

@whitneywhtsang whitneywhtsang merged commit ca6e12a into llvm-target Aug 29, 2024
4 checks passed
@whitneywhtsang whitneywhtsang deleted the anmyachev/issue2030 branch August 29, 2024 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Minimize difference between Intel port and OpenAI Triton
2 participants