-
Notifications
You must be signed in to change notification settings - Fork 313
Open
Description
Feature request
All releases should include aarch64 CUDA container images.
Motivation
With the release of the combined CPU-GPU systems from NVIDIA (e.g. GH200, GB200), and with their general availability via public cloud providers, there are now production-relevant aarch64 CUDA targets to build for. However, the Dockerfiles in the repo contain references to x86_64 sccache
and protoc
binaries that cause the build to fail; it's quick to patch but needs to be done for each version.
Your contribution
The protoc
and sccache
pre-built binaries that are downloaded as part of the build process need to be swapped for architecture-appropriate releases. I'm not certain how/whether the project might want to support multi-arch builds but I could submit a patch once an approach is decided.
Metadata
Metadata
Assignees
Labels
No labels