__init__.py 199 Bytes
Newer Older
dugupeiwen's avatar
dugupeiwen committed
1
2
3
4
5
6
7
8
9
"""CUDA Driver

- Driver API binding
- NVVM API binding
- Device array implementation

"""
from numba.core import config
assert not config.ENABLE_CUDASIM, 'Cannot use real driver API with simulator'