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

Update Nvidia Driver requirements #101

Merged
merged 1 commit into from
Mar 23, 2023
Merged

Conversation

prybicki
Copy link
Contributor

Bumping requirements to CUDA 11.7 (minimal version supported on Ubuntu 22)

Bumping requirements to CUDA 11.7 (minimal version supported on Ubuntu 22)
@prybicki prybicki requested review from mackierx111 and shmpwk March 22, 2023 20:35
Copy link
Contributor

@shmpwk shmpwk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

Copy link
Collaborator

@mackierx111 mackierx111 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM👍

@mackierx111 mackierx111 merged commit edf8488 into main Mar 23, 2023
@mackierx111 mackierx111 deleted the fix/driver-requirements branch March 23, 2023 08:50
@11Takanori
Copy link

11Takanori commented May 17, 2023

@prybicki
Do you have any information on whether issues could occur when using Nvidia Driver versions lower than 515.43.04, or have these versions simply not been tested yet?

@prybicki
Copy link
Contributor Author

@11Takanori
We need to use CUDA Toolkit 11.7, since it is the minimal version supported on Ubuntu 22.04. According to the official NVIDIA sources, it requires the aforementioned driver. Since we build RGL kernels to PTX (virtual assembly for the GPU), it is compiled in the runtime, which requires a driver new enough to handle PTX generated by the 11.7 Toolkit. An older driver would most likely fail with cudaErrorUnsupportedPtxVersion.

tyongingo pushed a commit to tyongingo/AWSIM that referenced this pull request Nov 22, 2024
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.

4 participants