-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[BUG] Fixed ARM Builds #7271
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
[BUG] Fixed ARM Builds #7271
Conversation
Thanks for submitting this pull request! The maintainers of this repository would appreciate if you could update the CHANGELOG.md based on your changes. |
@ssheorey merge! |
Hi @johnnynunez you have |
the problem is gfortran. The another one opened is with all fixes that i did to build for ubuntu 22.04 and 24.04. so gfortran is not build with shared files that is why is TLS Memory |
Thanks @johnnynunez . Splitting into this smaller PR makes review much easier. Other than the gfortran issue, there's one CI error in Ubuntu wheel. Perhaps something in cutlass was moved?
|
I will check. Yeah, maybe they moved internally in cutlasss. I did’t check ML modules. So i will check it asap. |
FIXES: #7130
ARM64 Linux builds are not available due to a runtime dynamic linker error: "cannot allocate memory in static TLS block"
Context:
Fixed:
Includes CUDA ARM Working again with >=12.1 cuda. Tested on Jetson and GH200