Skip to content

Commit c91a1b1

Browse files
committed
Add IMEX binaries to CDI discovery
This change adds the nvidia-imex and nivdia-imex-ctl binaries to the list of driver binaries that are searched when using CDI. Signed-off-by: Evan Lezar <[email protected]>
1 parent a990860 commit c91a1b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/nvcdi/driver-nvml.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ func NewDriverBinariesDiscoverer(logger logger.Interface, driverRoot string) dis
184184
"nvidia-persistenced", /* Persistence mode utility */
185185
"nvidia-cuda-mps-control", /* Multi process service CLI */
186186
"nvidia-cuda-mps-server", /* Multi process service server */
187+
"nvidia-imex", /* NVIDIA IMEX Daemon */
188+
"nvidia-imex-ctl", /* NVIDIA IMEX control */
187189
},
188190
)
189191
}

0 commit comments

Comments
 (0)