About the torch._dynamo category
|
|
0
|
590
|
December 6, 2022
|
How to make TorchDynamoc decompose torch.nn.functional.scaled_dot_product_attention?
|
|
1
|
33
|
February 27, 2025
|
Mapping between TorchDynamo compiled functions and FX GraphModules
|
|
2
|
36
|
February 27, 2025
|
Dynamo.explain() output
|
|
0
|
40
|
February 13, 2025
|
Does dynamo trigger real kernel execution?
|
|
3
|
132
|
February 8, 2025
|
Support for torch.equal when exporting with Dynamo
|
|
3
|
30
|
February 7, 2025
|
PyTorch 2.5.1, torch.compile error
|
|
2
|
173
|
February 4, 2025
|
The difference between `torch.ops.aten.addmm.default` and `torch.ops.aten.linear.default`
|
|
2
|
527
|
February 3, 2025
|
Workaround for unsupported return of multiple tensors for torch.cond in a model intended for torch.onnx.export(dynamo=true,...)
|
|
1
|
27
|
February 3, 2025
|
Decomposition to Aten IR
|
|
6
|
257
|
January 31, 2025
|
Does warming up the torch.compile necessarily trigger all cases?
|
|
2
|
36
|
January 18, 2025
|
Graph breaks or No graph breaks in torchdynamo
|
|
4
|
2652
|
January 14, 2025
|
What is the uplimit of dynamo graph cache?
|
|
2
|
35
|
January 10, 2025
|
Compiling a model that uses sdp_kernel to enable the backends does not work
|
|
4
|
78
|
December 18, 2024
|
Onnx export with dynamo using torch.cond for dynamic models
|
|
0
|
65
|
December 16, 2024
|
How to disable ___check_obj_id guards on dict?
|
|
0
|
95
|
December 5, 2024
|
The forward graphs captured by torch.export and aot_export_module are different
|
|
2
|
76
|
November 17, 2024
|
Dynamic slicing torch.export
|
|
2
|
289
|
November 16, 2024
|
Dynamo Trace with Parameter Lifting
|
|
1
|
144
|
November 16, 2024
|
How to limit torch.compile to CPU only?
|
|
3
|
289
|
November 1, 2024
|
Slow convolutions in triton
|
|
1
|
555
|
October 25, 2024
|
Does dynamo not support nested if?
|
|
3
|
53
|
October 17, 2024
|
Saving a model compiled with Torch-TensorRT with dynamic inputs
|
|
0
|
32
|
October 2, 2024
|
Is there any way to save multiple graphs from same model without redundantly saving their state dicts?
|
|
0
|
16
|
October 2, 2024
|
Fatal error: pyconfig.h: No such file or directory
|
|
3
|
1157
|
September 17, 2024
|
Unsupported FX node: <built-in function mod>
|
|
1
|
161
|
September 12, 2024
|
AssertionError: Dict types must use ConstDictVariable
|
|
1
|
154
|
September 9, 2024
|
Understanding dynamic shapes and guards and when it does/does not cause graph breaks
|
|
1
|
131
|
August 28, 2024
|
How to gracefully mask CompositeImplicitAutograd for different backends
|
|
0
|
86
|
August 26, 2024
|
Torch_tensorrt compile for a range of sizes with steps
|
|
1
|
30
|
August 17, 2024
|