Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
numba / cuda / cudadrv / __init__.py
Size: Mime:
"""CUDA Driver

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

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