-
Repro
~~~
import torch
from torch import tensor, device
import torch.fx as fx
from torchdynamo.testing import rand_strided
from math import inf
from torch.fx.experimental.proxy_tensor import…
-
When setting `set_debug(3)` with 3 or higher, there's a crash during the handshake for the server examples.
This has only been tested on `esp32c3` because Xtensa uses a no debug build.
This happ…
-
-
It seems that on 2023-05-15 the rscpLib was updated from 0.9.2 to 0.9.3 and brought a whole bunch of new tags and fixes.
https://s10.e3dc.com/s10/js/rscpLibV0.9.3.min.js
New ones
```
0 "RSC…
-
Hi,
I was troubleshooting the issues that occurred in the e2e below:
```
rerun: 0
tests/test_e2e_20_flow_manager.py::TestE2EFlowManager::test_040_replace_action_flow: 2022-12-01,06:11:21.85507…
-
I tried compiling on a M1 Macbook but ```src/fft_small/nmod_poly_mul.c``` wants to use the following functions which are not implemented for NEON and causes the build to fail :
```
vec8d_set_d
vec8…
-
'">
-
Found in https://github.com/SciML/LinearSolve.jl/pull/377, the Krylov methods have their own issue. MWE:
```julia
using Enzyme, ForwardDiff
using LinearSolve, LinearAlgebra, Test
n = 4
A = ra…
-
### What happened?
On attempting to compile UNet on vulkan (Ubuntu, NVidia A100 40G GPU)
Compilation fails on multiple dispatches with `error: no GPU subgroup mma compute ops generated` followed by …
-
## My urfave/cli version is
v2.23.7
## Checklist
- [x] Are you running the latest v2 release? The list of releases is [here](https://github.com/urfave/cli/releases).
- [ ] Did you check the …