FYI: Many Dynamo tests were erroneously passing
|
|
0
|
357
|
January 29, 2024
|
`compile_autograd`
|
|
0
|
339
|
January 26, 2024
|
Micro-optimizations for the most micro of benchmarks
|
|
0
|
724
|
January 25, 2024
|
`torch.compile` `AOTAutograd` backwards _inductor function
|
|
0
|
438
|
January 23, 2024
|
[GUIDE] Getting C++ custom ops to work with torch.compile
|
|
3
|
1715
|
January 16, 2024
|
[RFC] LazyScheduler for operator reordering
|
|
0
|
364
|
January 13, 2024
|
Decomposition slows down the lazy tensor tracing
|
|
5
|
743
|
January 11, 2024
|
Question about the necessity of some guards in Dynamo
|
|
4
|
372
|
January 3, 2024
|
Problems with torch.compile generated code in tutorial
|
|
3
|
591
|
January 2, 2024
|
TorchDynamo Update 10: Integrating with PyTorch/XLA for Inference and Training
|
|
9
|
5496
|
December 29, 2023
|
TorchDynamo Update 11: Making FSDP and Dynamo Work Together
|
|
5
|
4531
|
December 27, 2023
|
What is the relationship requirement among original bytecode, transformed bytecode, and bytecode returned by hooks in Dynamo?
|
|
6
|
566
|
December 16, 2023
|
How to get subgraph scheduled by inductor?
|
|
1
|
385
|
December 15, 2023
|
How to re-decompose operator in Inductor pass
|
|
0
|
313
|
December 6, 2023
|
How to trace torch.autograd.backward or torch.autograd.grad?
|
|
3
|
1137
|
December 5, 2023
|
Arithmatic expression of prims operator
|
|
0
|
223
|
December 3, 2023
|
Call for backward compatability to enable users to understand and adapt to pytorch compiler
|
|
2
|
634
|
November 18, 2023
|
Torch.compile() tech talks at PTC'23
|
|
0
|
610
|
October 31, 2023
|
Torch.compile with AOT Autograd can be debugged now!
|
|
1
|
793
|
October 31, 2023
|
Torch.compile can be debugged now!
|
|
2
|
1971
|
October 24, 2023
|
Interactively explore what torch.compile does to your code!
|
|
0
|
832
|
October 15, 2023
|
PyTorch/XLA 2.1 Release Dev Update
|
|
1
|
1618
|
October 13, 2023
|
Is Dynamo enabled per-thread or per-process?
|
|
2
|
993
|
October 7, 2023
|
A minimal working example of standalone usage for dynamo eval_frame
|
|
2
|
696
|
September 29, 2023
|
TorchInductor Update 6: CPU backend performance update and new features in PyTorch 2.1
|
|
0
|
1976
|
September 22, 2023
|
Why Dynamo fails to capture the computation graph in this function?
|
|
1
|
545
|
September 14, 2023
|
A proposal to make Dynamo more understandable to users
|
|
3
|
1492
|
September 5, 2023
|
I build a decompiler to convert bytecode generated by dynamo into readable source code!
|
|
4
|
774
|
August 29, 2023
|
Supporting Dynamo in Python 3.11 - CPython Frame Evaluation
|
|
0
|
1405
|
August 8, 2023
|
How are guards installed on frames that are transient objects?
|
|
9
|
680
|
August 6, 2023
|