
    wgL3                       d dl mZ ddlmZ ddlmZ ddlmZ d Zd:dZd:d	Z	ej                  ed
               Zej                  e ej                  d      d                      Zej                  e ej                  d      d;d                     Zej                  ed               Zed        Zed        Zed        Zed        Zed        Zed        Zed        Zej                  e ej.                  ddd      d<d                     Zej                  e ej.                  dd      d=d                      Zed!        Zed"        Zed#        Zed$        Zej                  e ej.                  d%dd      d<d&                     Zej                  e ej.                  d'd      d=d(                     Zed)        Z ej                  e ej.                  d*      d>d+                     Z!ed,        Z"ej                  ejF                   ej.                  d-      d?d.                     Z$ej                  e ejJ                  d/      d@d0                     Z&ed1        Z'ej                  e ejJ                  d2      d@d3                     Z(edAd4       Z)edBd5       Z*ej                  edejV                  fdCd6              Z,d7 Z-ej                  edDd8              Z.ed9        Z/y)E    )annotations   )jit   )core)mathc                R    t        | t        j                        r| j                  S | S N)
isinstancer   	constexprvalue)os    ]/home/mcse/projects/flask/flask-venv/lib/python3.12/site-packages/triton/language/standard.py_unwrap_if_constexprr   
   s     DNN3177::    c                r    d}| j                   }|dkD  r|dz  }|dz  }|dkD  rt        j                  |      S )Nr   r   r   r   r   )ilog2ns      r   _log2r      sC    D	A
a%	a	 a% >>$r   c                d    | j                   }t        j                  ||dz
  z  dk(  xr |dk7        S )Nr   r   r   )r   r   s     r   _is_power_of_twor      s0    	A>>1A;1,7a88r   c                    | |z   dz
  |z  S )z
    Computes the ceiling division of :code:`x` by :code:`div`

    :param x: the input number
    :type x: Block
    :param div: the divisor
    :param div: Block
    r    )xdivs     r   cdivr   !   s     GaKCr   sigmoidc                :    ddt        j                  |        z   z  S )Nr   )r   expr   s    r   r   r   /   s     DHHaRL !!r   softmaxc                    | t        | d      z
  }t        j                  |      }t        |d      }t        j                  |||      S )Nr   )maxr   r!   sumfdiv)r   ieee_roundingznumdens        r   r#   r#   6   s>     	
C1IA
((1+C
c1+C99S#}--r   c                H    t        j                  | | j                  gd      S )zn
    Returns a contiguous flattened view of :code:`x`.

    :param x: the input tensor
    :type x: Block
    T)can_reorder)r   reshapenumelr"   s    r   ravelr0   @   s     <<AGG9$77r   c                    | |z  |z   }||z  }||z  }||z  }t        j                  ||z
  |      }|||z  z   }	||z  |z  }
|	|
fS )a  
    Transforms indices of a row-major :code:`size_i * size_j` matrix into those
    of one where the indices are col-major for each group of :code:`size_g`
    rows.

    For example, for :code:`size_i = size_j = 4` and :code:`size_g = 2`, it will
    transform ::

        [[0 , 1 , 2 , 3 ],
         [4 , 5 , 6 , 7 ],
         [8 , 9 , 10, 11],
         [12, 13, 14, 15]]

    into ::

        [[0, 2,  4 , 6 ],
         [1, 3,  5 , 7 ],
         [8, 10, 12, 14],
         [9, 11, 13, 15]]
    r   minimum)r   jsize_isize_jsize_gijsize_gjgroup_idoff_inew_inew_js              r   	swizzle2dr>   L   si    . 
VaB voGW}HvE\\&5.&1FR&[!E'\f$E%<r   c                0    t        j                  | d|      S )a'  
    Returns a tensor filled with the scalar value 0 for the given :code:`shape` and :code:`dtype`.

    :param shape: Shape of the new array, e.g., (8, 16) or (8, )
    :type shape: tuple of ints
    :param dtype: Data-type of the new array, e.g., :code:`tl.float16`
    :type dtype: DType
    r   )r   full)shapedtypes     r   zerosrC   s   s     99UAu%%r   c                B    t        | j                  | j                        S )zS
    Creates a tensor of zeros with the same shape and type as a given tensor.
    )rC   rA   rB   )inputs    r   
zeros_likerF      s    
 ekk**r   c                    |r| |k(  xr ||k  }nd}| |kD  xs |}t        j                  || |      }t        j                  |||      }||fS NFr   where)	value1index1value2index2tie_break_lefttiegtv_reti_rets	            r   _argmax_combinerT      sY    26F?	&	CBJJr66*EJJr66*E%<r   c                     t        | |||d      S NTrT   rK   rL   rM   rN   s       r   _argmax_combine_tie_break_leftrY          66664@@r   c                     t        | |||d      S rH   rW   rX   s       r   _argmax_combine_tie_break_fastr\          66665AAr   c                .    t        j                  | |      S r
   )r   maximumabs     r   _elementwise_maxrc          <<1r   r_   return_indicesreturn_indices_tie_break_left)return_indices_argtie_break_argNc                z   t        j                  |       } |r<|rt        j                  | |t        |      S t        j                  | |t        |      S t        j
                  | j                  j                        t        j
                  d      k  rt        j
                  | j                  j                               r | j                  t         j                        } n@| j                  j                         sJ d       | j                  t         j                        } t        j                  | |t        |      S N	keep_dims    z"Expecting input to be integer type)r   _promote_bfloat16_to_float32_reduce_with_indicesrY   r\   r   rB   primitive_bitwidthis_floatingtofloat32is_intint32reducerc   rE   axisre   rf   rl   s        r   r%   r%      s    
 --e4E(,,UD:Xdmnn,,UD:Xdmnn>>%++889DNN2<NN~~ekk5578.{{))+Q-QQ+,{{5$(8INNr   zmaximum indexrO   )rh   c                ,    t        | |d||      \  }}|S NT)re   rf   rl   )r%   rE   rx   rO   rl   _rets         r   argmaxr~      s!     5$tSamvwHQJr   c                    |r| |k(  xr ||k  }nd}| |k  xs |}t        j                  || |      }t        j                  |||      }||fS rH   rI   )	rK   rL   rM   rN   rO   rP   lt	value_ret	index_rets	            r   _argmin_combiner      sZ    26F?	&	CB

2vv.I

2vv.Iir   c                     t        | |||d      S rV   r   rX   s       r   _argmin_combine_tie_break_leftr      rZ   r   c                     t        | |||d      S rH   r   rX   s       r   _argmin_combine_tie_break_fastr      r]   r   c                .    t        j                  | |      S r
   r2   r`   s     r   _elementwise_minr      rd   r   r3   c                T   t        j                  |       } |r<|rt        j                  | |t        |      S t        j                  | |t        |      S t        j
                  | j                  j                        dk  rt        j
                  | j                  j                               r | j                  t         j                        } n@| j                  j                         sJ d       | j                  t         j                        } t        j                  | |t        |      S rj   )r   rn   ro   r   r   r   rB   rp   rq   rr   rs   rt   ru   rv   r   rw   s        r   minr      s    
 --e4E(,,UD:Xdmnn,,UD:Xdmnn>>%++889B>~~ekk5578.{{))+Q-QQ+,{{5$(8INNr   zminimum indexc                ,    t        | |d||      \  }}|S rz   )r   r{   s         r   argminr      s!     TQ_ktuFAsJr   c                    | |z   S r
   r   r`   s     r   _sum_combiner          q5Lr   r&   c                f    t        j                  |       } t        j                  | |t        |      S )Nrk   )r   rn   rv   r   )rE   rx   rl   s      r   r&   r&     s)     --e4E;;udLIFFr   c                    | |z  S r
   r   r`   s     r   _xor_combiner     r   r   zxor sumc                    | j                   j                  }|j                         st        d      t	        j
                  | |      } t	        j                  | |t        |||      S )Nz#xor_sum only supported for integers)_builder)rl   r   
_generator)typescalarrt   
ValueErrorr   rn   rv   r   )rE   rx   rl   r   r   	scalar_tys         r   xor_sumr     sX     

!!I>??--ehGE;;udLIPXeoppr   cumsumc                d    t        j                  |       } t        j                  | |t        |      S r
   )r   rn   associative_scanr   rE   rx   reverses      r   r   r   %  s+    
 --e4E  lGDDr   c                    | |z  S r
   r   r`   s     r   _prod_combiner   1  r   r   cumprodc                d    t        j                  |       } t        j                  | |t        |      S r
   )r   rn   r   r   r   s      r   r   r   6  s+    
 --e4E  mWEEr   c                D   | j                   |z	  }|d|z  z  dd||z
  dz
  z  g}t        j                  | |      }t        j                  dd      d d d d f   }t        j                  t        |d|z
  z  d      d d d d d f   |      }t        j                  t        ||z  d      d d d d d f   |      }	t        j                  || j                        }t        j                  |	| j                        }	t        j                  | j                  j                  d      }
|j                  |
d      }|	j                  |
d      }| j                  |
d      }|t        j                  ||	kD  |z  ||z  t        |            z  }|j                  | j                  d      S )Nr   r   r   T)bitwidthsigned)bitcast)r/   r   r.   arangebroadcast_tor&   rA   get_int_dtyperB   rp   rr   rJ   rF   )r   flipr   n_dimsn_outerrA   ymaskleftrightidtypeileftirightixr}   s                  r   _compare_and_swapr   B  si   gg/G$q!t^QFQJN0CDEQA;;q!T1d]+DSa$h3AtQJ?GDc!d(A.q$z:EBE<<agg&DLL(E)C)CDQFGGFDG)EXXfdX+F	
fd	#B
tzz4%<4/BP
PC66!''46((r   c                   | j                   |z	  }t        j                  ||k         |dk(  re|d|dz
  |z
  z  z  dd|z  g}t        j                  t        j                  t        j
                  dd      ddddf   |      | j                        }n|}t        j                  |      D ]  }t        | ||||z
  z   |      }  | S )zb
    order_type 0 == ascending
    order_type 1 == descending
    order_type 2 == alternating
    r   r   r   N)	r/   r   static_assertr.   r   r   rA   static_ranger   )r   stageorderr   r   rA   r   r   s           r   _bitonic_merger   V  s      gg/Gu' z!(1vzE/A+B!BAq%x P||D--dkk!Q.?a.NPUVXYX_X_`u% EaqFUN';VDEHr   c                2   |t        | j                        dz
  n|}t        j                  |t        | j                        dz
  k(  d       t	        | j                  |         }t        j
                  d|dz         D ]  }t        | |||k  rdn||      }  | S )Nr   z+only minor dimension is currently supportedr   )lenrA   r   r   r   r   r   )r   dim
descending_dimr   r   s         r   sortr   o  s     03{3qww<!+Dts177|a//1^_"1774=1Fq&1*- J1aa&jj&IJHr   c                    t        |       } t        |      }| t        |      dz
  } | t        |      dz
  k(  sJ d       t        j                  |       S )Nr   z2Currently only support flipping the last dimension)r   r   r   r   )r   rA   s     r   _get_flip_dimr     sS    
s
#C 'E
{%j1n#e*q. V"VV >>#r   c           	     x   t        j                  t        | j                  t	        || j                                        t        j                  t        | j
                               t        | j
                        }t        | j
                        t        | j                  t	        || j                                 z
  }t        j                  | dg|z        }t        j                  ||      }t        j                  dd      dddf   dt        j                  dd      z
  k(  }t        j                  ||      D ][  }|}t        j                  d|dz         D ]'  }||k7  s	||dz   k7  st        j                  ||      }) t        ||z  |dz   d      }] t        j                  || j                        } | S )z
    Flips a tensor `x` along the dimension `dim`.

    :param x: the first input tensor
    :type x: Block
    :param dim: the dimension to flip along (currently only final dimension supported)
    :type dim: int
    r   r   Nr   Trk   )r   r   r   rA   r   r/   r   r.   expand_dimsr   r   r&   )	r   r   stepsstartr   r   r   flip2r4   s	            r   r   r     sk    	'c1770K(LMN'01 "!''NE!!''NU177=agg;V3W-XXEQe$AE"AKK1ag&!dkk!Q.?*??Due, 2""1eai0 	3AAv!q1u*((2	3 E	1q5D12 	Q AHr   c                   t        j                  | |      }t        |j                  t              sJ t        |j                        dk(  r|S t        j                  ||j                  dd d|j                  d   z  gz         S )z
    Interleaves the values of two tensors along their last dimension.

    The two tensors must have the same shape.

    Equivalent to `tl.join(a, b).reshape(a.shape[-1:] + [2 * a.shape[-1]])`
    r   Nr   )r   joinr   rA   listr   r.   )ra   rb   cs      r   
interleaver     sm     			!QAaggt$$$
177|q
 ||Aqwws|q1772;.??@@r   )r   core.constexpr)F)NFTF)TFrH   )NFNN)r   F)r   r   r   r   )r   r   r   r   r   r   )r   r   r   r   r
   )0
__future__r   runtime.jitr    r   r   r   r   r   _tensor_member_fnr   _add_math_1arg_docstrr   r#   r0   r>   rC   rF   rT   rY   r\   rc   _add_reduction_docstrr%   r~   r   r   r   r   r   r   r   r&   r   builtinr   _add_scan_docstrr   r   r   r   r   CONSTEXPR_0r   r   r   r   r   r   r   <module>r      si   "   
; 9 	   	  I&" '  " I&. '  . 8  8 # #L 	& 	& + +   A A B B   I:J*IKOK  O" O;KL M       A A B B   I:J*IKOK  O" O;KL M  
   E"G #  G
   I&q '  q x E !  E   y!F "  F ) )&  0 "&TEUEU      8 A Ar   