MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / refresh_gpu_inventory

Method refresh_gpu_inventory

crates/openshell-driver-podman/src/driver.rs:402–405  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

400 }
401
402 fn refresh_gpu_inventory(&self) {
403 let (inventory, allow_all_default_gpu) = (self.gpu_inventory_refresh)();
404 self.gpu_selector.refresh(inventory, allow_all_default_gpu);
405 }
406
407 fn resolve_gpu_cdi_devices(
408 &self,

Callers 1

Calls 1

refreshMethod · 0.80

Tested by

no test coverage detected