-
Notifications
You must be signed in to change notification settings - Fork 61
Draft: Imex support #149
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
Draft: Imex support #149
Conversation
6cd9b08 to
e1fdfac
Compare
ubuntu22.04/Dockerfile
Outdated
| # https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/sbsa/nvidia-imex_560.28.03-1_arm64.deb | ||
| RUN DRIVER_MAJOR_VERSION=$(echo "$DRIVER_VERSION" | cut -d '.' -f 1) | ||
| RUN if [ "$DRIVER_MAJOR_VERSION" -ge 560 ] && [ "$TARGETARCH" = "arm64" ]; then \ | ||
| curl -fsSL -o /tmp/nvidia-imex_$DRIVER_VERSION-1_$TARGETARCH.deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/sbsa/nvidia-imex_560.28.03-1_arm64.deb && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should not be required.
We should be installing the IMEX package this way
apt-get install nvidia-imex-550=550.127.05-1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay sure. but i don't know which all versions and arches will it be supported for now.
e1fdfac to
aa17a22
Compare
3a062c1 to
3f36077
Compare
|
Tested memcpy in non-DRA mode by setting hostNetwork: true for driver container. |
|
Test 2 DRA mode by setting hostNetwork: true for driver container and --set nvidiaCtkPath=/usr/local/nvidia/toolkit/nvidia-ctk --set nvidiaDriverRoot=/run/nvidia/driver |
|
Closing as this has been addressed in #200 |
No description provided.