ó
    EñiQ<  ã                   óö   • S r SSKrSSKrSSKrSSKrSSKJrJr  SSKJ	r	J
r
JrJr  SSKrSSKJr  SSKJr  SSKJr  SSKJr  S	S
KJr  S	SKJr  S	SKJr   " S S5      r " S S5      r " S S5      r\" 5       rg)a_  
This module provides the public comptime interface to TorchDynamo, enabling users to execute
arbitrary Python code during symbolic evaluation of their programs.

The comptime interface allows inspection and modification of TorchDynamo's compilation
process while it is running. This can be useful for:

- Debugging compilation issues
- Inspecting intermediate state
- Adding custom guards or graph breaks
- Analyzing symbolic shapes and values

Example usage:

    import torch
    from torch._dynamo.comptime import comptime

    def my_model(x):
        # Print the compile-time known information about x
        comptime.print(x)

        # Print the current FX graph being constructed
        comptime.print_graph()

        # Force a value to be treated as static
        if comptime(lambda ctx: ctx.get_local("x").is_dynamic()):
            comptime.force_static(x)

        # Add a manual graph break
        comptime.graph_break()

Note: While this API provides significant flexibility, it intentionally avoids
exposing internal implementation details of TorchDynamo to maintain compatibility
across versions.
é    N)ÚCallableÚSequence)ÚAnyÚOptionalÚTextIOÚUnion)ÚInstructionTranslatorBase)ÚVariableTracker)Ú
FakeTensor)Úfree_symbolsé   ©Úunimplemented)ÚCellVariable)ÚSymNodeVariablec                   ó  • \ rS rSrSrS\SS4S jrS\\\\   4   4S jr	S\
4S jrS\\\R                  4   4S	 jrSS
\\   S\\\R                  4   4S jjrS\4S jrS\4S jrS\
4S jrS\
4S jrSS jrS\4S jrS\4S jrSrg)ÚComptimeVaré7   a£  
A ComptimeVar represents a Python value, at some particular point
in time, in the Python code we are symbolically evaluating with
torchdynamo.  This must be distinguished from a runtime value, as
at compile-time there are some properties of the variable we
do not know (for example, if the ComptimeVar represents a Tensor,
we only know metadata about the tensor; we do NOT know what the
actual data in the Tensor is.)
ÚvÚreturnNc                 ó   • Xl         g ©N©Ú_ComptimeVar__variable)Úselfr   s     ÚS/home/mande/repo/quber/.venv/lib/python3.13/site-packages/torch/_dynamo/comptime.pyÚ__init__ÚComptimeVar.__init__B   s   € Ø�ó    c                 ó6   • U R                   R                  5       $ )a­  
Returns an fx.Proxy (or tuple/list of fx.Proxy) representing
this variable in the FX graph we are assembling to pass
to the user compiler.

This method only works for variables we actually track in
the FX graph, aka Tensors (and ints, if you are compiling
with dynamic shapes).  In particular, if you have a list
or tuple of tensors, you will get a list/tuple of proxies
(not a single proxy representing the entire list/tuple).
)r   Úas_proxy©r   s    r   r!   ÚComptimeVar.as_proxyE   s   € ð �‰×'Ñ'Ó)Ð)r   c                 ó6   • U R                   R                  5       $ )z+
Returns True if as_proxy() would succeed.
)r   Úis_proxyr"   s    r   r%   ÚComptimeVar.is_proxyS   s   € ð �‰×'Ñ'Ó)Ð)r   c                 ód   • U R                   R                  5       R                  R                  S   $ )a@  
Returns a "fake" value (either a FakeTensor or a SymInt)
representing the variable in question.  This only works
for variables that denote Tensor or int.  You can use
this to query metadata; e.g., v.as_fake().size(0) will
tell you the compile-time known size of the tensor.

WARNING: Do NOT mutate the returned tensor.
Úexample_value)r   r!   ÚnodeÚmetar"   s    r   Úas_fakeÚComptimeVar.as_fakeY   s(   € ð �‰×'Ñ'Ó)×.Ñ.×3Ñ3°OÑDÐDr   Údimc                 ó@   • U R                  5       R                  U5      $ )zw
Returns the size of the tensor (if dim is None) or the size
at the dimension dim.  The returned size may be a SymInt.
)r+   Úsize)r   r-   s     r   r/   ÚComptimeVar.sizee   s   € ð
 �|‰|‹~×"Ñ" 3Ó'Ð'r   c                 ó6   • U R                   R                  5       $ )zL
Returns what type(v) would have returned for the variable
at compile time.
)r   Úpython_typer"   s    r   r2   ÚComptimeVar.python_typel   s   € ð
 �‰×*Ñ*Ó,Ð,r   c                 ó6   • U R                   R                  5       $ )ay  
Returns the Python value this variable would have, but only if it is
completely known at compile-time (e.g., it is constant).

WARNING: Do NOT mutate the returned constant.  The returned constant
may or may not correspond to the actual value this variable may take
on at runtime; for example, if the variable in question is a constant
list, we may return a copy of that list.
)r   Úas_python_constantr"   s    r   r5   ÚComptimeVar.as_python_constants   s   € ð �‰×1Ñ1Ó3Ð3r   c                 ó6   • U R                   R                  5       $ )z3
Returns True if as_python_constant would succeed.
)r   Úis_python_constantr"   s    r   r8   ÚComptimeVar.is_python_constant   s   € ð �‰×1Ñ1Ó3Ð3r   c                 ó–   • [        U R                  [        5      (       a*  [        U R                  R                  5      n[        U5      $ g)NF)Ú
isinstancer   r   r   Úsym_numÚbool)r   Úfss     r   Ú
is_dynamicÚComptimeVar.is_dynamic…   s3   € Ü�d—o‘o¤×7Ñ7Ü˜dŸo™o×5Ñ5Ó6ˆBÜ˜“8ˆOØr   c                 ó  • [        U R                  [        5      (       a  U R                  R                  5         gU R                  R	                  5       (       a  g[        SU R                   S[        U R                  5       S35      e)zG
Forces that a value is static, inducing a guard on its specific value
zcannot force z (z) staticN)r;   r   r   Úevaluate_exprr8   ÚAssertionErrorÚtyper"   s    r   Úforce_staticÚComptimeVar.force_static‹   si   € ô �d—o‘o¤×7Ñ7Ø�O‰O×)Ñ)Õ+Ø�_‰_×/Ñ/×1Ñ1àä Ø §¡Ð0°´4¸¿¹Ó3HÐ2IÈÐRóð r   c                 ó   • U R                   $ )zÕ
Returns the internal data structure VariableTracker that Dynamo uses
to represent variables at compile time.  There are no BC guarantees on
this API and WE RESERVE THE RIGHT TO BREAK YOUR CODE if you rely on
it.
r   r"   s    r   Ú1_i_will_not_complain_if_bc_breaks_VariableTrackerÚ=ComptimeVar._i_will_not_complain_if_bc_breaks_VariableTracker™   s   € ð �‰Ðr   c                 ó6   • U R                   R                  5       $ r   )r   Ú
debug_reprr"   s    r   Ú__repr__ÚComptimeVar.__repr__¢   s   € Ø�‰×)Ñ)Ó+Ð+r   )Ú
__variabler   ©r   N)Ú__name__Ú
__module__Ú__qualname__Ú__firstlineno__Ú__doc__r
   r   r   r   r!   r=   r%   r   ÚtorchÚSymIntr+   r   Úintr/   rD   r2   r   r5   r8   r?   rE   rH   ÚstrrL   Ú__static_attributes__© r   r   r   r   7   sÏ   † ñð˜/ð ¨dô ð*˜% °¸/Ñ1JÐ JÑKô *ð*˜$ô *ð
E˜˜z¨5¯<©<Ð7Ñ8ô 
Eñ(˜ ™ð (°°s¸E¿L¹LÐ7HÑ1Iõ (ð-˜Tô -ð
4 Cô 
4ð4 Dô 4ð˜Dô ôðÀ?ô ð,˜#÷ ,r   r   c                   óî  • \ rS rSrSrS\SS4S jrSS.S	\S
\S\	4S jjr
S$S\SS4S jjrS\R                  R                  4S jrS\	SS4S jrSSS.S\S\\   SS4S jjrS%S jrS
\S\4S jrSS.S\S\\   SS4S jjrSSS.S\\   S
\SS4S jjrSSS.S\\   S
\SS4S jjrSSS.S\\   S
\SS4S jjrSSS.S\\   S
\SS4S jjrSS.S\\   SS4S jjrS\4S  jrS!\\\ 4   SS4S" jr!S#r"g)&ÚComptimeContexté¨   zÓ
This context class provides access to a public API for Dynamo's internals.
If there is something here you would find useful that is missing, please
file a feature request at https://github.com/pytorch/pytorch/
Útxr   Nc                 ó   • Xl         g r   ©Ú_ComptimeContext__tx)r   r^   s     r   r   ÚComptimeContext.__init__¯   s   € Ø�	r   r   ©Ú
stacklevelÚnamerd   c                óÞ   • U R                  U5      nUR                  U   n[        U[        5      (       a.  [	        UR
                  R                  R                  U5      5      $ [	        U5      $ )z<
Retrieve the compile-time known information about a local.
)Ú_ComptimeContext__get_txÚsymbolic_localsr;   r   r   ÚoutputÚside_effectsÚ	load_cell)r   re   rd   r^   Úvars        r   Ú	get_localÚComptimeContext.get_local²   s\   € ð �]‰]˜:Ó&ˆØ× Ñ  Ñ&ˆô �cœ<×(Ñ(Ü˜rŸy™y×5Ñ5×?Ñ?ÀÓDÓEÐEä˜3ÓÐr   Úmsgc                 ó$   • [        SUSU S3/ S9  g)z 
Manually trigger a graph break
zComptimeContext graph breakz<Manually triggered ComptimeContext graph break with message Ú.)Úgb_typeÚcontextÚexplanationÚhintsNr   )r   ro   s     r   Úgraph_breakÚComptimeContext.graph_break¿   s$   € ô 	Ø1ØØVÐWZÐV[Ð[\Ð]Øó		
r   c                 óB   • U R                   R                  R                  $ )zj
Retrieve the partially constructed FX graph that would be
passed to the user compiler after compilation.
)ra   ri   Úgraphr"   s    r   ry   ÚComptimeContext.graphÊ   s   € ð
 �y‰y×Ñ×%Ñ%Ð%r   Úvalc                 ó<   • UR                  5       (       a   S5       eg)zF
Asserts that the int is static (and not dynamic, per dynamic shapes)
zKexpected static but got dynamic (run with TORCH_LOGS=dynamic for more info)N)r?   )r   r{   s     r   Úassert_staticÚComptimeContext.assert_staticÑ   s$   € ð —>‘>×#Ñ#ð 	
ØYó	
Ð#Ð#r   T)ÚverboseÚfiler   r€   c                ó„   • [        U R                  R                  R                  R	                  SUS9R
                  US9  g)zg
Print the partially constructed FX graph that would be passed
to the user compiler after compilation.
r   )r   ©r€   N)Úprintra   ri   ry   Úpython_codeÚsrc)r   r   r€   s      r   Úprint_graphÚComptimeContext.print_graphÙ   s8   € ô 	Ø�I‰I×Ñ×"Ñ"×.Ñ.¨v¸wÐ.ÐG×KÑKÐRVó	
r   c                 ó@   • [        U R                  R                  5      $ r   )r\   ra   Úparentr"   s    r   r‰   ÚComptimeContext.parentä   s   € Ü˜tŸy™y×/Ñ/Ó0Ð0r   c                 óZ   • U R                   n[        U5       H  nUR                  nM     U$ r   )ra   Úranger‰   )r   rd   r^   Ú_s       r   Ú__get_txÚComptimeContext.__get_txç   s(   € Ø�Y‰Yˆä�zÖ"ˆAØ—‘ŠBñ #àˆ	r   r‚   c                ó*   • [        [        U5      US9  g )Nr‚   )rƒ   Úrepr)r   r{   r€   s      r   rƒ   ÚComptimeContext.printî   s   € ÜŒd�3‹i˜dÓ#r   )r€   rd   c                óÒ   • U R                  U5      n[        [        R                  " UR                  UR
                  UR                     R                  S9R                  5       US9  g)zŒ
Print the current series of opcodes being executed (not including
parent frames), including where you are in the particular opcode
stream.
)Úcurrent_offsetr‚   N)rg   rƒ   ÚdisÚBytecodeÚf_codeÚinstructionsÚinstruction_pointerÚoffset)r   r€   rd   r^   s       r   Úprint_disasÚComptimeContext.print_disasñ   sQ   € ð �]‰]˜:Ó&ˆÜÜ�LŠLØ—	‘	Ø!Ÿ™¨r×/EÑ/EÑF×MÑMñ÷ ‰c‹eØó	
r   c                ó‚   • U R                  U5      nUR                   H  n[        SUR                  5        3US9  M      g)a¡  
Print the current Python value stack.  Note that this is NOT the same
as the traceback; use print_bt() to print that.  Note that at
stacklevel=0, this will typically be empty, as comptime cannot
currently be used in an expression context where there would be
intermediates on the stack.  If you would find this useful, please
file a bug at https://github.com/pytorch/pytorch/

NB: Stack grows downwards in our print
z- r‚   N)rg   Ústackrƒ   rK   )r   r€   rd   r^   Úss        r   Úprint_value_stackÚ!ComptimeContext.print_value_stack  s8   € ð �]‰]˜:Ó&ˆØ—”ˆAÜ�B�q—|‘|“~Ð&Ð'¨dÔ3ò r   c                ó¦   • U R                  U5      nUR                  R                  5        H"  u  pE[        U SUR	                  5        3US9  M$     g)z¬
Print all of the locals available in the current context.
By default this view is very limited; you can get more information
about any individual local using get_local().
z = r‚   N)rg   rh   Úitemsrƒ   rK   )r   r€   rd   r^   Úkr   s         r   Úprint_localsÚComptimeContext.print_locals  sI   € ð �]‰]˜:Ó&ˆØ×&Ñ&×,Ñ,Ö.‰DˆAÜ�Q�C�s˜1Ÿ<™<›>Ð*Ð+°$Ô7ò /r   c          	      ó,  • / nU R                  U5      nUb1  UR                  UR                  5       5        [        USS5      nUb  M1  [	        SR                  [        R                  R                  [        U5      5      R                  5       5      US9  g)ao  
Print the user code backtrace, starting at the beginning of the
frame Dynamo started evaluating.  Note that this MAY NOT go all
the way to the torch.compile invocation, as we may have done
a graph break and are compiling an intermediate frame as the
starting point.  If you think the other behavior would be better,
file a bug at https://github.com/pytorch/pytorch/
Nr‰   Ú r‚   )rg   ÚappendÚframe_summaryÚgetattrrƒ   ÚjoinÚ	tracebackÚStackSummaryÚ	from_listÚreversedÚformat)r   r€   rd   rž   r^   s        r   Úprint_btÚComptimeContext.print_bt  s}   € ð ˆØ�]‰]˜:Ó&ˆØ‰nØ�L‰L˜×)Ñ)Ó+Ô,Ü˜˜X tÓ,ˆBð ‹nô 	Ø�G‰G”I×*Ñ*×4Ñ4´X¸e³_ÓE×LÑLÓNÓOØó	
r   c                ó’   • [        SR                  S [        U R                  R                  R
                  5       5       5      US9  g)zÁ
Print the currently installed guards for the Dynamo context.
This does NOT include guards associated with variables that
may or may not be installed in the future if those variables
are used.
Ú
c              3   ó:   #   • U  H  n[        U5       v •  M     g 7fr   )r‘   )Ú.0Úguards     r   Ú	<genexpr>Ú/ComptimeContext.print_guards.<locals>.<genexpr><  s   é € ÐTÒ4S¨5œ˜e›˜Ô&Ò4Sùs   ‚r‚   N)rƒ   r¬   Úsortedra   ri   Úguards)r   r€   s     r   Úprint_guardsÚComptimeContext.print_guards2  s6   € ô 	Ø�I‰IÑT´F¸4¿9¹9×;KÑ;K×;RÑ;RÔ4SÓTÓTØó	
r   c                 ó   • U R                   $ )zÚ
Returns the internal data structure InstructionTranslator that Dynamo
uses to track state of symbolic evaluation.  There are no BC
guarantees on this API and WE RESERVE THE RIGHT TO BREAK YOUR CODE if
you rely on it.
r`   r"   s    r   Ú7_i_will_not_complain_if_bc_breaks_InstructionTranslatorÚGComptimeContext._i_will_not_complain_if_bc_breaks_InstructionTranslator@  s   € ð �y‰yÐr   Úsecc                 ó0   • [         R                  " U5        g r   )ÚtimeÚsleep)r   rÂ   s     r   rÅ   ÚComptimeContext.sleepK  s   € Ü�
Š
�3�r   )Ú__tx)zComptimeContext.graph_break)r   r\   )#rP   rQ   rR   rS   rT   r	   r   rX   rW   r   rm   rv   rU   ÚfxÚGraphry   r}   r=   r   r   r†   r‰   r   rg   rƒ   r›   r    r¥   r²   r½   rÀ   r   ÚfloatrÅ   rY   rZ   r   r   r\   r\   ¨   sÁ  † ñðÐ4ð ¸ô ð 9:ò  ˜cð  °#ð  ¸kõ  ñ	
˜sð 	
Àtõ 	
ð&�u—x‘x—~‘~ô &ð
 ð 
°ô 
ð "&Àò	
Øð	
Ø-5°fÑ-=ð	
à	õ	
ô1ð 3ð ¨3ô ð ;?ò $˜ð $ x°Ñ'7ð $À4õ $ð +/À!ò
Ø Ñ'ð
Ø<?ð
à	õ
ð$ +/À!ò4Ø Ñ'ð4Ø<?ð4à	õ4ð$ +/À!ò
8Ø Ñ'ð
8Ø<?ð
8à	õ
8ð 48È1ò 
 ¨Ñ 0ð 
ÀSð 
ÐQUõ 
ð& 8<ò 
 H¨VÑ$4ð 
Àõ 
ð	à	"ô	ð˜˜s E˜zÑ*ð ¨t÷ r   r\   c                   óÔ  • \ rS rSr\S 4S\\/\4   S\/ \4   S\4S jj5       r\SS j5       r	\S	\SS4S
 j5       r
\SS j5       r\SS.S\SS4S jj5       r\SS.S\SS4S jj5       r\SS.S	\S\S\4S jj5       r\SS.S\SS4S jj5       r\SS.S\SS4S jj5       r\SS j5       r\S\SS4S j5       r\S\SS4S j5       r\SS j5       r\S\\\4   SS4S j5       rSrg)Ú	_ComptimeiO  c                  ó   • g r   rZ   rZ   r   r   Ú<lambda>Ú_Comptime.<lambda>S  s   € °r   ÚfnÚfallback_fnr   c                 ó   • U" 5         g)zJfn gets called at compile time in TorchDynamo, calls fallback_fn otherwiseNrZ   )rÐ   rÑ   s     r   Ú__call__Ú_Comptime.__call__P  s	   € ñ 	�r   Nc                  ó   • [        S 5        g )Nc                 ó"   • U R                  5       $ r   )rv   ©Úctxs    r   rÎ   Ú'_Comptime.graph_break.<locals>.<lambda>\  ó   € ˜SŸ_™_Ô.r   ©ÚcomptimerZ   r   r   rv   Ú_Comptime.graph_breakZ  ó   € äÑ.Õ/r   Úec                 ó(   ^ • [        S U 4S j5        g )Nc                 óB   • U R                  U R                  S5      5      $ )Nrß   )rƒ   rm   r×   s    r   rÎ   Ú!_Comptime.print.<locals>.<lambda>`  s   € ˜SŸY™Y s§}¡}°SÓ'9Ô:r   c                  ó   >• [        T 5      $ r   )rƒ   ©rß   s   €r   rÎ   râ   `  s	   ø€ ÄEÈ!ÄHr   rÛ   rä   s   `r   rƒ   Ú_Comptime.print^  s   ø€ äÑ:Ô<LÕMr   c                  ó   • [        S 5        g )Nc                 ó"   • U R                  5       $ r   )r†   r×   s    r   rÎ   Ú'_Comptime.print_graph.<locals>.<lambda>d  rÚ   r   rÛ   rZ   r   r   r†   Ú_Comptime.print_graphb  rÞ   r   r   rc   rd   c                 ó   • [        S 5        g )Nc                 ó`   • U R                  U R                  S5      R                  5       S-   S9$ ©Nrd   r   rc   )r›   rm   r5   r×   s    r   rÎ   Ú'_Comptime.print_disas.<locals>.<lambda>i  s,   € ˜Ÿ™ØŸ=™=¨Ó6×IÑIÓKÈaÑOð (ñ r   rÛ   rc   s    r   r›   Ú_Comptime.print_disasf  ó   € äñõ	
r   c                 ó   • [        S 5        g )Nc                 ó`   • U R                  U R                  S5      R                  5       S-   S9$ rì   ©r    rm   r5   r×   s    r   rÎ   Ú-_Comptime.print_value_stack.<locals>.<lambda>q  ó.   € ˜×-Ñ-ØŸ=™=¨Ó6×IÑIÓKÈaÑOð .ñ r   rÛ   rc   s    r   r    Ú_Comptime.print_value_stackn  rï   r   c                ó   • [        S 5        U $ )Nc                 ó`   • U R                  U R                  S5      R                  5       S-   S9$ rì   rò   r×   s    r   rÎ   Ú8_Comptime.print_value_stack_and_return.<locals>.<lambda>|  rô   r   rÛ   )rß   rd   s     r   Úprint_value_stack_and_returnÚ&_Comptime.print_value_stack_and_returny  s   € äñô	
ð
 ˆr   c                 ó   • [        S 5        g )Nc                 ó`   • U R                  U R                  S5      R                  5       S-   S9$ rì   )r¥   rm   r5   r×   s    r   rÎ   Ú(_Comptime.print_locals.<locals>.<lambda>…  s.   € ˜×(Ñ(ØŸ=™=¨Ó6×IÑIÓKÈaÑOð )ñ r   rÛ   rc   s    r   r¥   Ú_Comptime.print_locals‚  rï   r   c                 ó   • [        S 5        g )Nc                 ó`   • U R                  U R                  S5      R                  5       S-   S9$ rì   )r²   rm   r5   r×   s    r   rÎ   Ú$_Comptime.print_bt.<locals>.<lambda>�  s,   € ˜Ÿ™ØŸ=™=¨Ó6×IÑIÓKÈaÑOð %ñ r   rÛ   rc   s    r   r²   Ú_Comptime.print_btŠ  rï   r   c                  ó   • [        S 5        g )Nc                 ó"   • U R                  5       $ r   )r½   r×   s    r   rÎ   Ú(_Comptime.print_guards.<locals>.<lambda>”  s   € ˜S×-Ñ-Ô/r   rÛ   rZ   r   r   r½   Ú_Comptime.print_guards’  s   € äÑ/Õ0r   r{   c                 ó   • [        S 5        g )Nc                 óB   • U R                  U R                  S5      5      $ ©Nr{   )r}   rm   r×   s    r   rÎ   Ú)_Comptime.assert_static.<locals>.<lambda>˜  s   € ˜S×.Ñ.¨s¯}©}¸UÓ/CÔDr   rÛ   ©r{   s    r   r}   Ú_Comptime.assert_static–  s   € äÑDÕEr   c                 ó   • [        S 5        g )Nc                 ó@   • U R                  S5      R                  5       $ r	  )rm   rE   r×   s    r   rÎ   Ú(_Comptime.force_static.<locals>.<lambda>œ  s   € ˜SŸ]™]¨5Ó1×>Ñ>Ô@r   rÛ   r  s    r   rE   Ú_Comptime.force_staticš  s   € äÑ@ÕAr   c                  ó4   • S[         SS4S jn [        U 5        g)a›  
Like pdb breakpoint(), but drop into pdb whenever this line
of code is compiled by dynamo.  Use it by putting
this in your model code::

    from torch._dynamo.comptime import comptime

    comptime.breakpoint()

And then, inside pdb, you can access 'ctx' to query things
about the compilation context::

    (Pdb) !ctx.print_bt()
    (Pdb) !ctx.print_locals()
    (Pdb) p ctx.get_local("attention").as_fake()
Ú	inner_ctxr   Nc                 óN   • U R                  5       n[        R                  " 5         g r   )r‰   ÚbuiltinsÚ
breakpoint)r  rØ   s     r   ÚinnerÚ#_Comptime.breakpoint.<locals>.inner±  s   € Ø×"Ñ"Ó$ˆCÜ×ÒÕ!r   )r\   rÜ   )r  s    r   r  Ú_Comptime.breakpointž  s   € ð&	"œ_ð 	"°ô 	"ô 	��r   rÂ   c                 ó   • [        S 5        g )Nc                 ó^   • U R                  U R                  S5      R                  5       5      $ )NrÂ   )rÅ   rm   r5   r×   s    r   rÎ   Ú!_Comptime.sleep.<locals>.<lambda>¹  s   € ˜SŸY™Y s§}¡}°UÓ';×'NÑ'NÓ'PÔQr   rÛ   )rÂ   s    r   rÅ   Ú_Comptime.sleep·  s   € äÑQÕRr   rZ   rO   )rP   rQ   rR   rS   Ústaticmethodr   r\   r   rÓ   rv   rƒ   r†   rW   r›   r    rù   r¥   r²   r½   r}   rE   r  r   rÊ   rÅ   rY   rZ   r   r   rÌ   rÌ   O  sú  † Øñ *6ñØ�oÐ&¨Ð+Ñ,ðà˜b #˜gÑ&ðð 
ôó ðð ó0ó ð0ð ðN�ð N˜ó Nó ðNð ó0ó ð0ð Ø)*ò 
 3ð 
¨tô 
ó ð
ð Ø/0ò 
¨ð 
°Tô 
ó ð
ð ØBCò ¨ð ¸Cð Èô ó ðð Ø*+ò 
 Cð 
°ô 
ó ð
ð Ø&'ò 
 ð 
¨Dô 
ó ð
ð ó1ó ð1ð ðF˜3ð F 4ó Fó ðFð ðB˜#ð B $ó Bó ðBð óó ðð0 ðS�5˜˜e˜Ñ$ð S¨ó Só óSr   rÌ   ) rT   r  r•   rÄ   r­   Úcollections.abcr   r   Útypingr   r   r   r   rU   Útorch._dynamo.symbolic_convertr	   Útorch._dynamo.variables.baser
   Útorch._subclasses.fake_tensorr   Ú%torch.fx.experimental.symbolic_shapesr   Úexcr   Ú	variablesr   Úvariables.tensorr   r   r\   rÌ   rÜ   rZ   r   r   Ú<module>r'     sl   ðñ"óH Û 
Û Û ß .ß /Ó /ã Ý DÝ 8Ý 4Ý >å Ý #Ý -÷l,ñ l,÷bdñ d÷NjSñ jSñZ ‹;�r   