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

[CUDA] Update Dockerfile.cuda with cuda 12.5.1 and cudnn 9 #21987

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

tianleiwu
Copy link
Contributor

@tianleiwu tianleiwu commented Sep 5, 2024

Description

Previous image is based on cuda 12.1 and cudnn 8, which is out of date since we have moved to cudnn 9 since 1.19 release.
(1) Upgrade base image to cuda 12.5.1 and cudnn 9.
(2) Update CMAKE_CUDA_ARCHITECTURES from 52;60;61;70;75;86 to 61;70;75;80;86;90 to support A100 and H100
(3) Make the build faster: exclude unit test; use ninja etc.
(4) upgrade some packages (like packaging etc) before building to avoid build error.

Motivation and Context

#21792
#21532

@tianleiwu tianleiwu requested a review from snnn September 5, 2024 00:07
@tianleiwu tianleiwu merged commit c7d0ded into main Sep 5, 2024
97 checks passed
@tianleiwu tianleiwu deleted the tlwu/dockerfile_cuda branch September 5, 2024 22:25
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.

2 participants