Debug `torch.compile` with your favorite debugger!
0.8.0
Explain all the details of `torch.compile` to users in human-readable source code.
0.7.0
support pytorch hooks, add explain notebooks
0.5.0
Support Python 3.12.
0.3.0
The decompiler is tested against pytorch benchmark. For bytecode generated by pytorch, we decompile it to get source code, and compile the source code to get a new bytecode, run pytorch with the new bytecode.