How to avoid check_object_id (ID_MATCH) on nn.Module objects?
|
|
2
|
17
|
September 2, 2024
|
Understanding dynamic shapes and guards and when it does/does not cause graph breaks
|
|
1
|
35
|
August 28, 2024
|
Difference between the graph break reasons: `Dynamic control flow is not supported at the moment.` and `generic_jump TensorVariable()`
|
|
0
|
35
|
August 30, 2024
|
Unsupported: setattr when exporting the WavLM model
|
|
0
|
18
|
August 29, 2024
|
How to enable `TORCH_USE_CUDA_DSA`
|
|
8
|
12693
|
August 28, 2024
|
Custom Triton kernel with torch compile returns incorrect outputs
|
|
3
|
54
|
August 28, 2024
|
Torch.fx.symbolic_trace with multiple GPUs
|
|
0
|
9
|
August 27, 2024
|
AssertionError: torch.float32 != torch.bfloat16
|
|
0
|
14
|
August 27, 2024
|
How to gracefully mask CompositeImplicitAutograd for different backends
|
|
0
|
26
|
August 26, 2024
|
How to turn a autograd.Function into custom_ops
|
|
0
|
8
|
August 24, 2024
|
‘len’ is not supported in symbolic tracing by default
|
|
7
|
2280
|
August 22, 2024
|
How to hint torch.export that a tensor is a constant?
|
|
1
|
31
|
August 21, 2024
|
Torch compile error
|
|
1
|
39
|
August 20, 2024
|
Error when export model to ONNX through dynamo_export
|
|
4
|
1759
|
August 19, 2024
|
Torch.export + cudagraphs
|
|
0
|
12
|
August 17, 2024
|
Torch_tensorrt compile for a range of sizes with steps
|
|
1
|
21
|
August 17, 2024
|
Why core aten IR set doesn't contain scalar_tensor overload version of some ops, like bitwise-like ops, remainder and so on?
|
|
0
|
18
|
August 14, 2024
|
Flex Attention return score values
|
|
1
|
444
|
August 15, 2024
|
How to find specific "if ops"
|
|
0
|
10
|
August 13, 2024
|
Fusing operators in torch.compile for Codegen
|
|
1
|
62
|
August 12, 2024
|
Recompiles on loss_kwargs changes
|
|
1
|
10
|
August 10, 2024
|
How to make custom c++ class torch compilable
|
|
0
|
24
|
August 9, 2024
|
What is the current/future best practice for custom autograd functions (with triton parts)
|
|
0
|
39
|
August 9, 2024
|
How to Access Triton Kernels from TorchInductor when running on CPU?
|
|
0
|
22
|
August 8, 2024
|
Torch.compile fails with C++ compile error: expected identifier before ‘[’ token
|
|
4
|
104
|
August 7, 2024
|
Compiling stack of Conv3d increases runtime with redundant format conversions
|
|
4
|
51
|
August 7, 2024
|
Is there any way to get traced GraphModule without creating torch dynamo's constraint guards?
|
|
0
|
15
|
August 1, 2024
|
Add an input to a model with torch.compile
|
|
0
|
17
|
July 31, 2024
|
Pytorch build fron source hangs with a few errors
|
|
9
|
1154
|
July 30, 2024
|
Seeking Guidance on Integrating Custom Backends in Eager Mode with PyTorch
|
|
0
|
14
|
July 29, 2024
|