go-nvlib/pkg/nvlib/device
Evan Lezar 278851d719 Use GetLibrary().Lookup() in nvml package
This change uses the GetLibrary().Lookup() function in the nvml package
to check whether a particular function is available. This avoids
the need to explicitly open a library, for example.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2023-10-20 16:56:56 +02:00
..
api.go Add function for AssertValidMigProfileFormat 2023-03-27 10:04:32 +00:00
device.go Use GetLibrary().Lookup() in nvml package 2023-10-20 16:56:56 +02:00
mig_device.go Add NewDeviceByUUID() and NewMigDeviceByUUID() calls to nvlib.device 2022-12-08 14:53:50 +00:00
mig_profile_test.go Fix bug where MigProfile.Equals() would not work with wrapper type 2023-03-27 16:43:56 +00:00
mig_profile.go Fix bug where MigProfile.Equals() would not work with wrapper type 2023-03-27 16:43:56 +00:00