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

Bugfix in ptxas path. #487

Merged
merged 3 commits into from
Mar 31, 2022
Merged

Bugfix in ptxas path. #487

merged 3 commits into from
Mar 31, 2022

Conversation

apd10
Copy link
Contributor

@apd10 apd10 commented Mar 28, 2022

Bug: "ret" value is destroyed when a failing "ptxas --version" is run
overwriting the previous valid "ret" value.

Fix: keep rets only for those runs which are successful. Pick the first
one

#486

Aditya Pradip Desai and others added 3 commits March 25, 2022 17:56
Bug: "ret" value is destroyed when a failing "ptxas --version" is run
overwriting the previous valid "ret" value.

Fix: keep rets only for those runs which are successful. Pick the first
one
@ptillet ptillet merged commit e85c7a7 into triton-lang:master Mar 31, 2022
gaxler pushed a commit to gaxler/triton that referenced this pull request Apr 5, 2022
Bug: "ret" value is destroyed when a failing "ptxas --version" is run
overwriting the previous valid "ret" value.

Fix: keep rets only for those runs which are successful. Pick the first
one
ptillet pushed a commit that referenced this pull request Sep 12, 2022
Bug: "ret" value is destroyed when a failing "ptxas --version" is run
overwriting the previous valid "ret" value.

Fix: keep rets only for those runs which are successful. Pick the first
one
ptillet pushed a commit that referenced this pull request Apr 1, 2024
Bug: "ret" value is destroyed when a failing "ptxas --version" is run
overwriting the previous valid "ret" value.

Fix: keep rets only for those runs which are successful. Pick the first
one
pingzhuu pushed a commit to siliconflow/triton that referenced this pull request Apr 2, 2024
Bug: "ret" value is destroyed when a failing "ptxas --version" is run
overwriting the previous valid "ret" value.

Fix: keep rets only for those runs which are successful. Pick the first
one
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.

2 participants