We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23b2970 + 4237556 commit bed57fdCopy full SHA for bed57fd
pkg/nvcdi/lib.go
@@ -97,6 +97,7 @@ func New(opts ...Option) (Interface, error) {
97
root.WithLogger(l.logger),
98
root.WithDriverRoot(l.driverRoot),
99
root.WithLibrarySearchPaths(l.librarySearchPaths...),
100
+ root.WithConfigSearchPaths(l.configSearchPaths...),
101
)
102
if l.nvmllib == nil {
103
var nvmlOpts []nvml.LibraryOption
0 commit comments