0.1.8
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
1
"""
2
PyHelios runtime capability detection.
3
4
This module provides runtime detection of hardware and software capabilities
5
for PyHelios functionality, used primarily for test skipping and graceful
6
degradation when hardware is not available.
7
"""
8
9
from
.gpu_detector
import
is_gpu_runtime_available, get_gpu_runtime_info
10
11
__all__ = [
12
'is_gpu_runtime_available'
,
13
'get_gpu_runtime_info'
14
]
pyhelios
runtime
__init__.py
Generated by
1.13.2