U
    ,‰df  ã                   @   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   úH/tmp/pip-unpacked-wheel-eu7e0c37/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   Zruntimer   r   r   r   Ú<module>   s   