-
…before Nintendō catches wind and issues a takedown notice. Please. 😟
-
Currently, node-artedi serializes and exports metrics in the same form that the user specifies. Take this example:
```
counter.increment({
// Increment this counter with three labels.
one: 'va…
-
### 🐛 Describe the bug
`aten.upsample_nearest2d.vec` is part of the Aten core IR (https://pytorch.org/docs/main/torch.compiler_ir.html). But it also appears in the decomposition and registered with "…
-
There are some ops that explicitly don't have decompositions registered because they are CompositeImplicitAutograd
https://github.com/pytorch/pytorch/blob/bf36d8b987b2ef2fd9cb26bae3acc29c03b05072/t…
-
### 🐛 Describe the bug
1. predispatch + export + out_dtype fails when running twice. Somewhat mysterious, on second invocation, `make_fx` is baking in a constant as a fake tensor. `pytest test_expo…
-
### 🐛 Describe the bug
Internal xref: https://fb.workplace.com/groups/6829516587176185/posts/7105446536249854/
When slicing into a tensor with data-dependent sizes, it is common to fail on these…
-
UPD:
The standing items:
- add pseudocode. I think pseudocode / compact python implementations would be very useful for understanding what is normalized over and what learned affine weights corres…
-
### 🚀 The feature, motivation and pitch
I'm working on a backend for Dynamo/Inductor and I would like to "catch" modules at a higher level than the lowered inductor graph. Lowering a high-level opera…
-
We should provide linear algrbra operations. See https://pytorch.org/docs/stable/linalg.html for some inspiration.
-
## Issue 1: probability can't be a tensor
```py
from torch.fx.experimental.proxy_tensor import make_fx
import torch
print(make_fx(
lambda x,p: torch.nn.functional.dropout(x, p),
decomp…