-
Notifications
You must be signed in to change notification settings - Fork 5
feat(torch): Build with AOCL-BLAS and AOCL-LAPACK, and HPC-X v2.19 #68
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
`libomp.so` is a required runtime dependency for AOCL-BLAS+LAPACK.
@Eta0 Build complete, success: https://github.com/coreweave/ml-containers/actions/runs/9280740219 |
@Eta0 Build complete, success: https://github.com/coreweave/ml-containers/actions/runs/9280740219 |
@Eta0 Build complete, success: https://github.com/coreweave/ml-containers/actions/runs/9280740219 |
@Eta0 Build complete, success: https://github.com/coreweave/ml-containers/actions/runs/9280740219 |
@Eta0 Build complete, success: https://github.com/coreweave/ml-containers/actions/runs/9280740219 |
@Eta0 Build complete, success: https://github.com/coreweave/ml-containers/actions/runs/9280740219 |
@Eta0 Build complete, success: https://github.com/coreweave/ml-containers/actions/runs/9280740219 |
@Eta0 Build complete, success: https://github.com/coreweave/ml-containers/actions/runs/9280740219 |
@Eta0 Build complete, success: https://github.com/coreweave/ml-containers/actions/runs/9280740219 |
@Eta0 Build complete, success: https://github.com/coreweave/ml-containers/actions/runs/9280740219 |
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.
Lordy. 👍
BLAS & LAPACK
This change adds AOCL-BLAS & AOCL-LAPACK as lightweight AMD-optimized alternatives to MKL for CPU linear algebra. Previously, no BLAS or LAPACK implementations were included.
This additionally updates the
nccl-tests
base images fortorch:nccl
to use HPC-X v2.19, as added in coreweave/nccl-tests#38.