We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54957e1 commit 5dbb0d4Copy full SHA for 5dbb0d4
1 file changed
gpustack_runtime/detector/thead.py
@@ -161,9 +161,6 @@ def detect(self) -> Devices | None:
161
dev_mig_mode, _ = pyhgml.hgmlDeviceGetMigMode(dev)
162
163
dev_index = dev_idx
164
- if envs.GPUSTACK_RUNTIME_DETECT_PHYSICAL_INDEX_PRIORITY:
165
- with contextlib.suppress(pyhgml.HGMLError):
166
- dev_index = pyhgml.hgmlDeviceGetMinorNumber(dev)
167
168
# With MIG disabled, treat as a single device.
169
0 commit comments