Skip to content
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

ci: bump nvidia container image #128

Merged
merged 3 commits into from
Jan 3, 2025
Merged

ci: bump nvidia container image #128

merged 3 commits into from
Jan 3, 2025

Conversation

lgarrison
Copy link
Member

Jenkins is failing currently with

FAILED tests/shapes_test.py::test_unpadded_points - jaxlib.xla_extension.XlaRuntimeError: INTERNAL: ptxas exited with non-zero error code 65280, output: ptxas /tmp/tempfile-2f091a03f557-7b9fa04b6985ad76-5197-629dfbee58de0, line 5; fatal   : Unsupported .version 8.3; current version is '8.2'

Most likely this is a version compatibility issue between JAX (or some PyPI CUDA dependency) and the driver or local CTK in the image. I think a Docker image version bump may fix it.

In the future, we might want to consider a multi-stage process where we compile jax-finufft in the CUDA devel image and then test in a plain image using PyPI CUDA, but I don't think we're quite to the point of needing that yet.

@lgarrison lgarrison merged commit 6c8af91 into main Jan 3, 2025
5 checks passed
@lgarrison lgarrison deleted the ci branch January 3, 2025 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant