We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4b7cc commit 3b3a617Copy full SHA for 3b3a617
2 files changed
cuda_core/cuda/core/system/_mig.pxi
@@ -6,9 +6,6 @@
6
from typing import Iterable
7
8
9
-InforomObject = nvml.InforomObject
10
-
11
12
cdef class MigInfo:
13
cdef Device _device
14
cuda_core/docs/source/api.rst
@@ -256,6 +256,7 @@ Types
256
system.GpuTopologyLevel
257
system.InforomInfo
258
system.MemoryInfo
259
+ system.MigInfo
260
system.PciInfo
261
system.RepairStatus
262
system.Temperature
0 commit comments