
    Spf                     &    d Z  G d de          ZdS )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                 T    t                                          | j                   d S )N)super__init__	error_msg)self	__class__s    W/var/www/html/nettyfy-visnx/env/lib/python3.11/site-packages/jaxlib/gpu_common_utils.pyr   zGpuLibNotLinkedError.__init__   s#    	GGT^$$$$$    )__name__
__module____qualname____doc__r   r   __classcell__)r	   s   @r
   r   r      sH        22 
% % % % % % % % %r   r   N)r   	Exceptionr    r   r
   <module>r      sA    . -	% 	% 	% 	% 	%9 	% 	% 	% 	% 	%r   