Add support for 550.90.07 Nvidia driver.

Ran through all the CUDA tests on T4, L4, and A100 GPUs. All tests passed
without changes.

PiperOrigin-RevId: 647452614
This commit is contained in:
Anthony Cui
2024-06-27 14:46:29 -07:00
committed by gVisor bot
parent fd74c07a41
commit 15de55a7f5
+2 -1
View File
@@ -372,7 +372,8 @@ func Init() {
abi.uvmIoctl[nvgpu.UVM_MAP_EXTERNAL_ALLOCATION] = uvmIoctlHasFrontendFD[nvgpu.UVM_MAP_EXTERNAL_ALLOCATION_PARAMS_V550]
return abi
})
_ = addDriverABI(550, 54, 15, "2e859ae5f912a9a47aaa9b2d40a94a14f6f486b5d3b67c0ddf8b72c1c9650385", v550_54_14)
v550_54_15 := addDriverABI(550, 54, 15, "2e859ae5f912a9a47aaa9b2d40a94a14f6f486b5d3b67c0ddf8b72c1c9650385", v550_54_14)
_ = addDriverABI(550, 90, 07, "51acf579d5a9884f573a1d3f522e7fafa5e7841e22a9cec0b4bbeae31b0b9733", v550_54_15)
})
}