o
    if                     @   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      dS )Nr    selfr   r   a/home/ubuntu/veenaModal/venv/lib/python3.10/site-packages/numba/cuda/simulator/cudadrv/runtime.pyget_version      zFakeRuntime.get_versionc                 C   r   )NTr   r   r   r   r   is_supported_version   r
   z FakeRuntime.is_supported_versionc                 C   r   )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    
