U
    ?hf                     @   s   d Z G dd deZe ZdS )zr
The runtime API is unsupported in the simulator, but some stubs are
provided to allow tests to import correctly.
c                   @   s(   e Zd Zdd Zdd Zedd ZdS )FakeRuntimec                 C   s   dS )Nr    selfr   r   V/var/www/html/venv/lib/python3.8/site-packages/numba/cuda/simulator/cudadrv/runtime.pyget_version   s    zFakeRuntime.get_versionc                 C   s   dS )NTr   r   r   r   r   is_supported_version   s    z FakeRuntime.is_supported_versionc                 C   s   dS )N)r   r   r   r   r   r   supported_versions   s    zFakeRuntime.supported_versionsN)__name__
__module____qualname__r   r	   propertyr
   r   r   r   r   r      s   r   N)__doc__objectr   runtimer   r   r   r   <module>   s   