U
    ?h                     @   s   d dl T dd Zdd ZdS )   )*c                   C   s   dS )zBReturns a boolean to indicate the availability of a CUDA GPU.
    T r   r   r   K/var/www/html/venv/lib/python3.8/site-packages/numba/cuda/simulator_init.pyis_available   s    r   c                   C   s   dS )zIReturns None or an exception if the CUDA driver fails to initialize.
    Nr   r   r   r   r   
cuda_error   s    r   N)Z	simulatorr   r   r   r   r   r   <module>   s   