API symbolscuda
Copy
tensorplay.cuda.device_memory_used
- tensorplay.cuda.device_memory_used(device: Any | None = None) int[source]
Return used global (device) memory in bytes as given by nvidia-smi.
- Parameters:
device (tensorplay.Device or int, optional) – selected device. Returns statistic for the current device, given by
current_device(), ifdeviceisNone(default).
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
