tlopex opened a new pull request, #19754:
URL: https://github.com/apache/tvm/pull/19754
This pr follows the cibuildwheel 4.0 announcement, the official prebuilt
quay.io/manylinux_cuda images ship the CUDA toolkit preinstalled under
/usr/local/cuda on the same manylinux_2_28 baseline the wheel targets.
also switch the Linux build_cuda_runtime sidecar legs to
quay.io/manylinux_cuda/manylinux_2_28_{x86_64,aarch64}_cuda13_1 and drop the
per-run NVIDIA local-repo RPM download plus dnf install of the toolkit, which
pulled several GB from developer.download.nvidia.com on every run and was the
main source of sidecar build-time variance. This moves the Linux sidecar from
CUDA 13.0.2 to 13.1; the soname stays libcudart.so.13, so the repair-step glob
excludes (libcudart.so.*) are unaffected and the sidecar carries no device
code. The Windows sidecar keeps using conda and is unchanged.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]