
    uki                         d Z  G d de      Zy)z'Those common utility functions for gpu.c                   &     e Zd ZdZdZ fdZ xZS )GpuLibNotLinkedErrorz*Raised when the GPU library is not linked.zVJAX was not built with GPU support. Please use a GPU-enabled JAX to use this function.c                 8    t         |   | j                         y )N)super__init__	error_msg)self	__class__s    R/home/cdr/jupyterlab/.venv/lib/python3.12/site-packages/jaxlib/gpu_common_utils.pyr   zGpuLibNotLinkedError.__init__   s    	GT^^$    )__name__
__module____qualname____doc__r   r   __classcell__)r	   s   @r
   r   r      s    2 
% %r   r   N)r   	Exceptionr    r   r
   <module>r      s    .	%9 	%r   