vllm.utils.platform_utils ¶
cuda_get_device_properties ¶
Get specified CUDA device property values without initializing CUDA in the current process.
Source code in vllm/utils/platform_utils.py
is_uva_available cached ¶
is_uva_available() -> bool
Check if Unified Virtual Addressing (UVA) is available.
num_compute_units cached ¶
Get the number of compute units of the current device.