AssertionError: torch.float32 != torch.bfloat16
|
|
0
|
218
|
August 27, 2024
|
How to gracefully mask CompositeImplicitAutograd for different backends
|
|
0
|
107
|
August 26, 2024
|
How to turn a autograd.Function into custom_ops
|
|
0
|
30
|
August 24, 2024
|
‘len’ is not supported in symbolic tracing by default
|
|
7
|
2622
|
August 22, 2024
|
How to hint torch.export that a tensor is a constant?
|
|
1
|
188
|
August 21, 2024
|
Torch compile error
|
|
1
|
246
|
August 20, 2024
|
Error when export model to ONNX through dynamo_export
|
|
4
|
2249
|
August 19, 2024
|
Torch.export + cudagraphs
|
|
0
|
116
|
August 17, 2024
|
Torch_tensorrt compile for a range of sizes with steps
|
|
1
|
38
|
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
|
23
|
August 14, 2024
|
Flex Attention return score values
|
|
1
|
1064
|
August 15, 2024
|
How to find specific "if ops"
|
|
0
|
66
|
August 13, 2024
|
Fusing operators in torch.compile for Codegen
|
|
1
|
500
|
August 12, 2024
|
Recompiles on loss_kwargs changes
|
|
1
|
148
|
August 10, 2024
|
How to make custom c++ class torch compilable
|
|
0
|
32
|
August 9, 2024
|
What is the current/future best practice for custom autograd functions (with triton parts)
|
|
0
|
176
|
August 9, 2024
|
How to Access Triton Kernels from TorchInductor when running on CPU?
|
|
0
|
163
|
August 8, 2024
|
Torch.compile fails with C++ compile error: expected identifier before ‘[’ token
|
|
4
|
416
|
August 7, 2024
|
Compiling stack of Conv3d increases runtime with redundant format conversions
|
|
4
|
100
|
August 7, 2024
|
Is there any way to get traced GraphModule without creating torch dynamo's constraint guards?
|
|
0
|
34
|
August 1, 2024
|
Add an input to a model with torch.compile
|
|
0
|
40
|
July 31, 2024
|
Pytorch build fron source hangs with a few errors
|
|
9
|
1359
|
July 30, 2024
|
Seeking Guidance on Integrating Custom Backends in Eager Mode with PyTorch
|
|
0
|
63
|
July 29, 2024
|
Any chance to torch.export TorchScript?
|
|
1
|
304
|
July 29, 2024
|
Noob here ! Need help with "RuntimeError: Input type (torch.FloatTensor)"
|
|
1
|
301
|
July 25, 2024
|
Does torch.compile support inter-op parallelism?
|
|
1
|
294
|
July 23, 2024
|
How to get information of input shapes in torch fx for each node
|
|
0
|
18
|
July 22, 2024
|
Tracking statistics of operators without overwriting forward pass?
|
|
0
|
73
|
July 22, 2024
|
Why does dynamo graph break on `or_` (`|`) operator between two dicts
|
|
0
|
48
|
July 19, 2024
|
Iterative magnitude pruning: weird results with torch.compile
|
|
3
|
197
|
July 19, 2024
|