-
It was a pleasure chatting with the authors at OSDI/ATC! We are currently considering integrating zpoline into Gramine (formerly known as Graphene): https://github.com/gramineproject/gramine
Just w…
-
### 🐛 Describe the bug
When processing complex data type, `torch._C._linalg.linalg_cond` raises an overflow error.
Following [45259](https://github.com/pytorch/pytorch/pull/45259), may be we shoul…
-
### 🐛 Describe the bug
Passing a complex number to torch.asin returns incorrect output on cpu, even though the gpu output matches that of numpy ([repro in colab](https://colab.research.google.com/dri…
-
Running `make check` in the source tree extracted from the 0.2.0 release tarball yields this:
```
mkdir -p libdcadec
gcc -o test/stddev -O2 -Wall -Wextra test/stddev.c -lm
cd test && ./test.sh
ERROR…
-
Kernel [linux-cachyos-bore](https://github.com/CachyOS/linux-cachyos/tree/master/linux-cachyos-bore)
GCC-14 or Clang-17 without LTO
Profile collected with:
`perf record -a -e cycles -j any,k -F 1…
-
# Bug report
### Bug description:
Event loops like uvloop, asyncio use nonblocking ssl. They typically
1. read data from the socket when epoll returns that it is ready
2. push data to the i…
-
Hi Vsevolod!
I've tried to launch PLO_training_start.py with enabled LBR and failed (**without any eval_methods iterations are running** fine, but I can't evaluate results). I've tried both PLO and…
-
Finde den Fehler...
`{"version":"B","tme":"1009210629","rbc":"23","rbt":"2893421130","car":"4","amx":"16","amp":"16","err":"0","ast":"0","alw":"1","stp":"0","cbl":"32","pha":"56","fsp":"1","tma":[2…
-
Usar o PlugPag em Androides mais recentes funciona, mesmo a aplicação sendo 32bits, porém caso o Android for antigo, porém é a versão que vocês dizem ser suportada o aplicativo da crash, o código do a…
-
### 🐛 Describe the bug
```
import torch
a = torch.tensor([1, 2, 3])
b = torch.tensor([4, 5, 6])
torch.vdot(a, b)
a = a.cuda()
b = b.cuda()
torch.vdot(a, b)
```
When I run the above code …