You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The nvidia-ctk helper program fails to parse the ldcache file for aarch64 because the list of flags in the code that parses this file is incomplete, compared to its counterpart in libnvidia-container
I was able to fix this by updating this part of the code to use flagArchAarch64 with value 0x0a00, as libnvidia-container does.
The text was updated successfully, but these errors were encountered:
arnaldo2792
changed the title
nvidia-ctk doesn't generate CDI specifications for aarch64
Generate CDI specifications for architectures other than x86_64
Apr 28, 2025
The
nvidia-ctk
helper program fails to parse theldcache
file foraarch64
because the list of flags in the code that parses this file is incomplete, compared to its counterpart inlibnvidia-container
I was able to fix this by updating this part of the code to use
flagArchAarch64
with value0x0a00
, aslibnvidia-container
does.The text was updated successfully, but these errors were encountered: