-
Notifications
You must be signed in to change notification settings - Fork 61
[CI] Fix AMD journal check errors #1016
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
Conversation
b71644e to
a2905be
Compare
a2905be to
ad79780
Compare
ad79780 to
b7e6cb8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should instead do exactly this
b7e6cb8 to
4cf2672
Compare
| # libdevice.rsqrt( -> tl.rsqrt( | ||
| code = re.sub(r"\blibdevice\.rsqrt\s*\(", "tl.rsqrt(", code) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bad pasta?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one actually shows up in AMD tests:
2025-10-24T16:25:05.3039413Z E - v_8 = tl.rsqrt(v_7)
2025-10-24T16:25:05.3039489Z E ? -
2025-10-24T16:25:05.3039637Z E + v_8 = libdevice.rsqrt(v_7)
2025-10-24T16:25:05.3039708Z E ? ++++++++
7ac0c8d to
0fdd940
Compare
0fdd940 to
a75a29b
Compare
Example errors: https://github.com/pytorch/helion/actions/runs/18785628887/job/53603049036