a
    
dp                     @   sD  d dl mZ d dlZd dlZd dlmZ d dlmZmZm	Z	m
Z
mZmZmZmZmZ d dlmZ d dlmZ d dlmZ d dlmZ d d	lmZmZmZmZmZmZmZm Z m!Z!m"Z"m#Z#m$Z$m%Z%m&Z&m'Z'm(Z(m)Z)m*Z* d d
l+m,Z,m-Z-m.Z.m/Z/m0Z0m1Z1m2Z2m3Z3m4Z4m5Z5m6Z6m7Z7m8Z8m9Z9m:Z: d dl;m<Z<m=Z= d dl>m?Z?m@Z@mAZA G dd de?ZBeB ZCdeC_Dg dZEG dd dedeEZFedg dZGdd ZHdd ZIdeCi fddZJd4ddZKG dd  d eLZMG d!d" d"eNZOG d#d$ d$ePZQd%d& ZRG d'd( d(eLZSG d)d* d*eSZTG d+d, d,eLZUdeTfd-d.ZVd/dddeTfd0d1ZWd2d3 ZXdS )5    )
namedtupleN)event)	utilserrorstypinginterpreterbytecodepostprocconfigcallconvcpu)ParforDiagnostics)CompilerError)lookup_environment)PassManager)ExtractByteCodeTranslateByteCode	FixupArgsIRProcessingDeadBranchPruneRewriteSemanticConstantsInlineClosureLikesGenericRewritesWithLiftingInlineInlinablesFindLiterallyCallsMakeFunctionToJitFunctionCanonicalizeLoopExitCanonicalizeLoopEntryLiteralUnrollReconstructSSARewriteDynamicRaises!LiteralPropagationSubPipelinePass)NopythonTypeInferenceAnnotateTypesNopythonRewritesPreParforPass
ParforPassDumpParforDiagnosticsIRLegalizationNoPythonBackendInlineOverloadsPreLowerStripPhisNativeLoweringNativeParforLowering"NoPythonSupportedFeatureValidationParforFusionPassParforPreLoweringPass)ObjectModeFrontEndObjectModeBackEnd)TargetConfigOptionConfigStackc                   @   sf  e Zd ZeedddZeedddZeedddZeedddZeedddZ	eedd	dZ
eedd
dZeedd
dZeedd
dZeedddZeedd
dZeedd
dZeejedddZeedd
dZeedd
dZeedd
dZeejedd
dZeedd
dZeejedd
dZeedddZeedddZeedddZeedddZ dS )FlagsFzEnable loop-lifting)typedefaultdocz!Enable pyobject mode (in general)z(Enable pyobject mode inside lifted loopsTz
Enable SSAz-Force pyobject mode inside the whole functionz&Release GIL inside the native functionZTODOz7Force inlining of the function. Overrides _dbg_optnone.zEnable automatic parallel optimization, can be fine-tuned by
taking a dictionary of sub-options instead of a boolean, see parfor.py for
detailpythonneverr   backendzTExtend variable lifetime for debugging. This automatically turns on with debug=True.z\Disable optimization for debug. Equivalent to adding optnone attribute in the LLVM Function.zDMake debug emissions directives-only. Used when generating lineinfo.N)!__name__
__module____qualname__r5   boolZenable_loopliftenable_pyobjectZenable_pyobject_looplift
enable_ssaforce_pyobjectZrelease_gilZ
no_compile	debuginfoboundscheckZforceinlineZno_cpython_wrapperZno_cfunc_wrapperr   ParallelOptionsauto_parallelnrtno_rewritesstrerror_modelZFastMathOptionsfastmathZnoaliasZInlineOptionsinlineZtarget_backendZdbg_extend_lifetimesZdbg_optnoneZdbg_directives_only rO   rO   \/var/www/html/stable-diffusion-webui/venv/lib/python3.9/site-packages/numba/core/compiler.pyr7   *   s   r7   T)typing_contexttarget_contextentry_pointtyping_errortype_annotation	signature
objectmodeliftedfndesclibrarycall_helperenvironmentmetadatareload_initreferenced_envsc                   @   sF   e Zd ZdZdZdd Zdd Zedd Ze	d	d
 Z
dddZdS )CompileResultzI
    A structure holding results from the compilation of a function.
    rO   c              
   C   sT   | j  }t| j}| j}d |_|_|  }|| j| j| j	| j
| j|| jt|f	S )zA
        Reduce a CompileResult to picklable components.
        N)rZ   Zserialize_using_object_coderK   rU   rY   typemap	calltypes_find_referenced_environmentsr\   rV   rW   rX   r^   tuple)selflibdatatypeannrY   r_   rO   rO   rP   _reduce   s    

zCompileResult._reducec                 C   sN   | j j}g }|jD ]6}|j}|drt|}|dur| r|| q|S )z2Returns a list of referenced environments
        Z_ZN08NumbaEnvN)rZ   Z_final_moduleZglobal_variablesname
startswithr   Z	can_cacheappend)re   modr_   gvZgvnenvrO   rO   rP   rc      s    

z+CompileResult._find_referenced_environmentsc                 C   sv   |	r|	D ]
}|  q|  |}||||}| ||j||||||||d d d |	|
d}|
D ]}|j |j| q\|S )N)rR   rQ   rZ   r\   rS   rY   rU   rV   rW   rX   rT   r[   r]   r^   r_   )codegenZunserialize_libraryget_executablerQ   Zset_envenv_name)clsrR   rf   rY   rn   rV   rW   rX   rg   r^   r_   fnrZ   cfunccrrO   rO   rP   _rebuild   s0    zCompileResult._rebuildc                 C   s
   | j  S N)rR   ro   re   rO   rO   rP   ro   
  s    zCompileResult.codegen c                 C   sD   t | dt| j d| j  | jj|d d t | d d S )NzDUMP  z  )tabzEND DUMP)printr8   r>   rS   rV   dump)re   r{   rO   rO   rP   r}     s     zCompileResult.dumpN)ry   )r>   r?   r@   __doc__	__slots__rh   rc   classmethodrv   propertyro   r}   rO   rO   rO   rP   r`      s   
!
r`   Z_CompileResult_LowerResult)rY   r[   rt   rn   c                 C   sd   t |  }t t}|| }|r(t| || }|D ]}d | |< q4| d }|d ur`|d | d< | S )NrT   )setkeys	CR_FIELDS	NameErrorwith_traceback)entriesr   fieldsetZbadnamesmissingkerrrO   rO   rP   sanitize_compile_result_entries  s    
r   c                  K   s   t | } tf i | S rw   )r   r`   )r   rO   rO   rP   compile_result,  s    r   c              	   C   sf   ddl m} t }tj|dd}|||$ t||| ||||W  d   S 1 sX0    Y  dS )zp
    Compile the function in an isolated environment (typing and target
    context).
    Good for testing.
    r   )
cpu_targetr   )targetN)Znumba.core.registryr   r   Contextr   Z
CPUContextZnested_contextcompile_extra)funcargsreturn_typeflagslocalsr   	typingctx	targetctxrO   rO   rP   compile_isolated1  s    r   Fc           
      C   sp   t j| }t|}t j|d}||}|rXddlm} ||t	
di d}|  t|}	|	| |S )a  
    Run the compiler frontend over the given Python function, and return
    the function's canonical Numba IR.

    If inline_closures is Truthy then closure inlining will be run
    If emit_dels is Truthy the ir.Del nodes will be emitted appropriately
    )func_idr   )InlineClosureCallPassF)r   FunctionIdentityfrom_functionr   ZInterpreterZByteCodeZ	interpretZnumba.core.inline_closurecallr   r   rG   runr	   ZPostProcessor)
r   Zinline_closuresZ	emit_delsr   Zinterpbcfunc_irr   Zinline_passZ	post_procrO   rO   rP   run_frontendA  s    	



r   c                   @   s(   e Zd ZdZddgZdd Zdd ZdS )	_CompileStatuszC
    Describes the state of compilation. Used like a C record.
    fail_reasoncan_fallbackc                 C   s   d | _ || _d S rw   )r   r   )re   r   rO   rO   rP   __init__^  s    z_CompileStatus.__init__c                 C   s4   g }| j D ]}|dj|t| |d q
d|S )Nz{k}={v})r   vz, )r   rk   formatgetattrjoin)re   valsr   rO   rO   rP   __repr__b  s    
z_CompileStatus.__repr__N)r>   r?   r@   r~   r   r   r   rO   rO   rO   rP   r   X  s   r   c                   @   s   e Zd ZdZdd ZdS )_EarlyPipelineCompletionz@
    Raised to indicate that a pipeline has completed early
    c                 C   s
   || _ d S rw   )result)re   r   rO   rO   rP   r   n  s    z!_EarlyPipelineCompletion.__init__N)r>   r?   r@   r~   r   rO   rO   rO   rP   r   i  s   r   c                   @   s    e Zd ZdZdd Zdd ZdS )	StateDictz
    A dictionary that has an overloaded getattr and setattr to permit getting
    and setting key/values through the use of attributes.
    c                 C   s*   z
| | W S  t y$   t|Y n0 d S rw   )KeyErrorAttributeError)re   attrrO   rO   rP   __getattr__x  s    
zStateDict.__getattr__c                 C   s   || |< d S rw   rO   )re   r   valuerO   rO   rP   __setattr__~  s    zStateDict.__setattr__N)r>   r?   r@   r~   r   r   rO   rO   rO   rP   r   r  s   r   c                 C   st   i }|j rd|d< |jr d|d< |jr.d|d< |jr>|j|d< |jrN|j|d< t|j| }||d< | jf i |S )zL
    Make a new target context from the given target context and flags.
    TZenable_debuginfoZenable_boundscheckZ
enable_nrtrH   rM   rL   )	rE   rF   rI   rH   rM   r   Zcreate_error_modelrL   Z	subtarget)r   r   ZsubtargetoptionsrL   rO   rO   rP   _make_subtarget  s    

r   c                   @   sJ   e Zd ZdZdd Zdd Zddd	Zd
d Zdd Zdd Z	dd Z
dS )CompilerBasez4
    Stores and manages states for the compiler
    c                 C   s   t   |  |  t | _|| j_t||| j_|| j_|| j_	|| j_
|| j_|| j_d | j_d | j_d | j_d | j_d | j_d | j_d | j_d | j_i | j_g | j_| | j_t | j_| jj| jjd< i | jjd< t| jjjd| j_d S )Nparfor_diagnosticsZparfors)r   )r
   Zreload_configZrefreshr   stater   r   r   rZ   r   r   r   r   r   r   r   rX   lifted_fromra   rb   rU   r]   r^   pipeliner   r   r   rB   status)re   r   r   rZ   r   r   r   r   rO   rO   rP   r     s:    

zCompilerBase.__init__c                 C   s6   t j|| j_t | j d| j_d | j_| 	 S )NrO   )
r   r   r   r   r   r   run_passrX   r   _compile_bytecode)re   r   rO   rO   rP   r     s
    zCompilerBase.compile_extrarO   Nc                 C   sF   |j | j_ || j_|| j_|| j_| jjj| j_t | j | 	 S rw   )
r   r   rX   r   r   	arg_countnargsr   r   _compile_ir)re   r   rX   r   rO   rO   rP   
compile_ir  s    
zCompilerBase.compile_irc                 C   s
   t  dS )zGChild classes override this to customize the pipelines in use.
        N)NotImplementedErrorrx   rO   rO   rP   define_pipelines  s    zCompilerBase.define_pipelinesc                 C   s  t  | jj | |  }|D ]}|j}d| jjj| jjj	f }t
d||f  ||ji| jjd< ||d k}d}z$|| j | jjdurW  q8W q$ ty } z"|j}W Y d}~ q8W Y d}~q$d}~0  ty, } z<t rt|tjs||| jj_|r|W Y d}~q$d}~0 0 q$tdd| j_|dur\|W  d   S | jjdusnJ | jjW  d   S W d   n1 s0    Y  dS )z4
        Populate and run compiler pipeline
        z%s.%szPipeline: %s for %sZpipeline_timesNz!All available pipelines exhausted)r6   Zenterr   r   copyr   pipeline_namer   modnameZfunc_qualnamer   Z
exec_timesr]   r   ru   r   r   	Exceptionr   Zuse_new_style_errors
isinstancer   Z
NumbaErrorr   r   r   r   )re   pmspmr   	func_nameZis_final_pipelinereserO   rO   rP   _compile_core  sD    

$



zCompilerBase._compile_corec                 C   s   | j jdu sJ |  S )z>
        Populate and run pipeline for bytecode input
        Nr   r   r   rx   rO   rO   rP   r     s    zCompilerBase._compile_bytecodec                 C   s   | j jdusJ |  S )z8
        Populate and run pipeline for IR input
        Nr   rx   rO   rO   rP   r     s    zCompilerBase._compile_ir)rO   N)r>   r?   r@   r~   r   r   r   r   r   r   r   rO   rO   rO   rP   r     s   *

.r   c                   @   s   e Zd ZdZdd ZdS )CompilerzThe default compiler
    c                 C   sJ   g }| j jjs |t| j  | j jjs4| j jjrF|t| j  |S rw   )	r   r   rD   rk   DefaultPassBuilderdefine_nopython_pipeliner   r   define_objectmode_pipeline)re   r   rO   rO   rP   r     s    

zCompiler.define_pipelinesN)r>   r?   r@   r~   r   rO   rO   rO   rP   r     s   r   c                   @   sr   e Zd ZdZedddZedddZedd	d
ZedddZedddZ	edddZ
edddZdS )r   z
    This is the default pass builder, it contains the "classic" default
    pipelines as pre-canned PassManager instances:
      - nopython
      - objectmode
      - interpreted
      - typed
      - untyped
      - nopython lowering
    nopythonc                 C   s`   t }t|}|| }|j|j || }|j|j || }|j|j |  |S )z<Returns an nopython mode pipeline based PassManager
        )r   r   define_untyped_pipelineZpassesextenddefine_typed_pipeline!define_nopython_lowering_pipelinefinalize)r   ri   Zdpbr   Zuntyped_passesZtyped_passesZlowering_passesrO   rO   rP   r   5  s    


z+DefaultPassBuilder.define_nopython_pipelinenopython_loweringc                 C   st   t |}|td |td |td | jjjrD|td n|t	d |t
d |td |  |S )N3ensure features that are in use are in a valid form$ensure IR is legal prior to loweringannotate typesnative parfor loweringnative loweringnopython mode backendzdump parfor diagnostics)r   add_passr/   r)   r$   r   rH   enabledr.   r-   r*   r(   r   r   ri   r   rO   rO   rP   r   H  s    
z4DefaultPassBuilder.define_nopython_lowering_pipelineparfor_gufunc_nopython_loweringc                 C   sh   t |}|td |td |td | jjjrD|td n|t	d |t
d |  |S )Nr   r   r   r   r   r   )r   r   r/   r)   r$   r   rH   r   r.   r-   r*   r   r   rO   rO   rP   /define_parfor_gufunc_nopython_lowering_pipeline\  s    
zBDefaultPassBuilder.define_parfor_gufunc_nopython_lowering_pipelinetypedc                 C   s   t |}|td |td |td | jjjrB|td | jj	sV|t
d | jjjr|td |td |td |  |S )	/Returns the typed part of the nopython pipelinenopython frontendremove phis nodeszinline overloaded functionszPreprocessing for parforsnopython rewriteszconvert to parforszfuse parforsparfor prelowering)r   r   r#   r,   r+   r   rH   r   r&   rJ   r%   r'   r0   r1   r   r   rO   rO   rP   r   p  s    

z(DefaultPassBuilder.define_typed_pipelineparfor_gufunc_typedc                 C   sB   t |}| jsJ |td |td |td |  |S )r   processing IRr   r   )r   r   r   r   r#   r1   r   r   rO   rO   rP   define_parfor_gufunc_pipeline  s    
z0DefaultPassBuilder.define_parfor_gufunc_pipelineuntypedc                 C   s   t |}| jdu r*|td |td |td |td |td | jj	sz|t
d |td |td	 |td
 |td |td | jj	s|td |td |td | jjr|td |td |  |S )z0Returns an untyped part of the nopython pipelineNanalyzing bytecodefix up argsr   zHandle with contexts(inline calls to locally defined closureszrewrite semantic constantszdead branch pruningr   zrewrite dynamic raises(convert make_function into JIT functionszinline inlinable functionszfind literally callszhandles literal_unrollZssazLiteral propagation)r   r   r   r   r   r   r   r   r   rJ   r   r   r   r!   r   r   r   r   rC   r    r"   r   r   rO   rO   rP   r     s6    
z*DefaultPassBuilder.define_untyped_pipelineobjectc                 C   s   t |}| jdu r,|td |td n|td |td |td |td |t	d |t
d	 |td
 |td |td |td |  |S )z:Returns an object-mode pipeline based PassManager
        Nr   r   r   r   zcanonicalize loop entryzcanonicalize loop exitzobject mode frontendr   r   r   r   zobject mode backend)r   r   r   r   r   r,   r   r   r   r2   r   r   r)   r$   r3   r   r   rO   rO   rP   r     s(    
z-DefaultPassBuilder.define_objectmode_pipelineN)r   )r   )r   )r   )r   )r   )r   )r>   r?   r@   r~   staticmethodr   r   r   r   r   r   r   rO   rO   rO   rP   r   *  s    
 ,r   c	           
      C   s   || ||||||}	|	 |S )aD  Compiler entry point

    Parameter
    ---------
    typingctx :
        typing context
    targetctx :
        target context
    func : function
        the python function to be compiled
    args : tuple, list
        argument types
    return_type :
        Use ``None`` to indicate void return
    flags : numba.compiler.Flags
        compiler flags
    library : numba.codegen.CodeLibrary
        Used to store the compiled code.
        If it is ``None``, a new CodeLibrary is used.
    pipeline_class : type like numba.compiler.CompilerBase
        compiler pipeline
    )r   )
r   r   r   r   r   r   r   rZ   pipeline_classr   rO   rO   rP   r     s    r   rO   c              	      s   |	rt |}d|_ f	dd}||  |}d}|jst D tdtj z||  |}W n ty   Y n0 W d   n1 s0    Y  |dur|}n|}|S  |}|j	|dS dS )zK
    Compile a function with the given IR.

    For internal use only.
    Tc                    s$    |}|j | dS )Nr   rX   r   )r   )Zthe_irZ	the_flagsr   	r   rZ   rX   r   r   r   r   r   r   rO   rP   compile_local  s    z!compile_ir.<locals>.compile_localNignorer   )
r   deepcopyrJ   warningscatch_warningssimplefilterr   ZNumbaWarningr   r   )r   r   r   r   r   r   r   rX   r   Zis_lifted_looprZ   r   Z
norw_flagsr   Z	norw_cresZrw_cresZcresr   rO   r   rP   r     s.    


$r   c           	      C   s   t | ||||||}||S )z 
    For internal use only.
    )r   r   )	r   r   rZ   r   r   r   r   r   r   rO   rO   rP   compile_internal=  s    r  )FF)Ycollectionsr   r   r   Znumba.core.tracingr   Z
numba.corer   r   r   r   r   r	   r
   r   r   Znumba.parfors.parforr   Znumba.core.errorsr   Znumba.core.environmentr   Znumba.core.compiler_machineryr   Znumba.core.untyped_passesr   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r    r!   r"   Znumba.core.typed_passesr#   r$   r%   r&   r'   r(   r)   r*   r+   r,   r-   r.   r/   r0   r1   Znumba.core.object_mode_passesr2   r3   Znumba.core.targetconfigr4   r5   r6   r7   ZDEFAULT_FLAGSrI   r   r`   r   r   r   r   r   r   r   r   r   dictr   r   r   r   r   r   r   r  rO   rO   rO   rP   <module>   sP   ,PD
 R

	  8

@