![]() |
0.1.8
|
Namespaces | |
namespace | gpu_detector |
Functions | |
bool | is_gpu_runtime_available () |
Check if GPU runtime (CUDA/OptiX) is available for PyHelios. | |
Dict[str, Any] | get_gpu_runtime_info () |
Get detailed GPU runtime information for PyHelios. | |
None | validate_gpu_requirements () |
Validate that GPU requirements are met for GPU-dependent operations. | |
Variables | |
logger = logging.getLogger(__name__) | |
Dict[str, Any] pyhelios.runtime.get_gpu_runtime_info | ( | ) |
Get detailed GPU runtime information for PyHelios.
RuntimeError | If GPU detection system is unavailable (fail-fast) |
Definition at line 49 of file runtime.py.
bool pyhelios.runtime.is_gpu_runtime_available | ( | ) |
Check if GPU runtime (CUDA/OptiX) is available for PyHelios.
RuntimeError | If GPU detection system is unavailable (fail-fast) |
Definition at line 23 of file runtime.py.
None pyhelios.runtime.validate_gpu_requirements | ( | ) |
Validate that GPU requirements are met for GPU-dependent operations.
RuntimeError | If GPU requirements are not met (fail-fast) |
Definition at line 89 of file runtime.py.
pyhelios.runtime.logger = logging.getLogger(__name__) |
Definition at line 11 of file runtime.py.