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
nvproxy: Add support for driver version 580.65.06.
A lot of struct changes were reported by `bazel run
tools/nvidia_driver_differ:run_differ -- --base 575.57.08 --next 580.65.06`:
- NV_ESC_RM_MAP_MEMORY_DMA's parameter struct (NVOS46_PARAMETERS) was updated.
Consequently, seccomp filters were updated to accommodate the new size.
- NV_VASPACE_ALLOCATION_PARAMETERS was updated with a new field.
- A lot of control command's param structs were changed. However, all of them
remained "simple" and hence nvproxy doesn't need to define their exact
struct definitions. Hence no changes regarding those were made.
- With the 580 driver, TestCUDA/Samples/3_CUDA_Features/memMapIPCDrv started
using 2 new control commands: NV0000_CTRL_CMD_OS_UNIX_EXPORT_OBJECTS_TO_FD
and NV0000_CTRL_CMD_OS_UNIX_IMPORT_OBJECTS_FROM_FD. Added support for those.
PiperOrigin-RevId: 795528656
0 commit comments