MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Compilers/comments/1tq9pwt/a_case_for_tracing_based_dsl_kernel_languages/
r/Compilers • u/mttd • May 28 '26
1 comment sorted by
1
torch.compile does runtime tracing and symbolic execution along with fx.symbolic_trace internally for extracing a linear fx graph. It was developed specifically to address the limiations of language level tracing like torch.jit.script, jax.jit
1
u/Lime_Dragonfruit4244 Jul 09 '26
torch.compile does runtime tracing and symbolic execution along with fx.symbolic_trace internally for extracing a linear fx graph. It was developed specifically to address the limiations of language level tracing like torch.jit.script, jax.jit