Bump github.com/NVIDIA/go-nvml from 0.12.0-3 to 0.12.0-5 #260
Annotations
10 errors
Lint:
internal/info/additional_info.go#L25
could not import github.com/NVIDIA/go-nvlib/pkg/nvml (-: # github.com/NVIDIA/go-nvlib/pkg/nvml
|
Lint:
vendor/github.com/NVIDIA/go-nvlib/pkg/nvml/ci.go#L25
cannot use (*nvmlComputeInstance)(nil) (value of type *nvmlComputeInstance) as ComputeInstance value in variable declaration: *nvmlComputeInstance does not implement ComputeInstance (type *nvmlComputeInstance is pointer to interface, not interface)
|
Lint:
vendor/github.com/NVIDIA/go-nvlib/pkg/nvml/ci.go#L28
invalid receiver type nvmlComputeInstance (pointer or interface type)
|
Lint:
vendor/github.com/NVIDIA/go-nvlib/pkg/nvml/ci.go#L31
cannot use nvmlDevice(i.Device) (value of type nvmlDevice) as Device value in struct literal: nvmlDevice does not implement Device (wrong type for method CreateGpuInstanceWithPlacement)
|
Lint:
vendor/github.com/NVIDIA/go-nvlib/pkg/nvml/ci.go#L32
cannot use nvmlGpuInstance(i.GpuInstance) (value of type nvmlGpuInstance) as GpuInstance value in struct literal: nvmlGpuInstance does not implement GpuInstance (wrong type for method CreateComputeInstance)
|
Lint:
vendor/github.com/NVIDIA/go-nvlib/pkg/nvml/ci.go#L41
invalid receiver type nvmlComputeInstance (pointer or interface type)
|
Lint:
vendor/github.com/NVIDIA/go-nvlib/pkg/nvml/device.go#L23
cannot use (*nvmlDevice)(nil) (value of type *nvmlDevice) as Device value in variable declaration: *nvmlDevice does not implement Device (type *nvmlDevice is pointer to interface, not interface)
|
Lint:
vendor/github.com/NVIDIA/go-nvlib/pkg/nvml/device.go#L26
invalid receiver type nvmlDevice (pointer or interface type)
|
Lint:
vendor/github.com/NVIDIA/go-nvlib/pkg/nvml/device.go#L31
invalid receiver type nvmlDevice (pointer or interface type)
|
Lint:
vendor/github.com/NVIDIA/go-nvlib/pkg/nvml/device.go#L37
invalid receiver type nvmlDevice (pointer or interface type)
|
Loading