Skip to content

Commit

Permalink
Merge pull request #881 from elezar/add-imex-binaries
Browse files Browse the repository at this point in the history
Add IMEX binaries to CDI discovery
  • Loading branch information
elezar authored Jan 27, 2025
2 parents 6834d5e + c91a1b1 commit 89f33bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/nvcdi/driver-nvml.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ func NewDriverBinariesDiscoverer(logger logger.Interface, driverRoot string) dis
"nvidia-persistenced", /* Persistence mode utility */
"nvidia-cuda-mps-control", /* Multi process service CLI */
"nvidia-cuda-mps-server", /* Multi process service server */
"nvidia-imex", /* NVIDIA IMEX Daemon */
"nvidia-imex-ctl", /* NVIDIA IMEX control */
},
)
}
Expand Down

0 comments on commit 89f33bd

Please sign in to comment.