-
And whether there's anything that can be applied from https://lemire.me/blog/2023/09/13/transcoding-unicode-strings-at-crazy-speeds-with-avx-512.
-
### 🐛 Describe the bug
torch.autograd.profiler.profile triggered a crash when the gpu is available.
minimal example:
```
import threading
import torch
from torch.autograd.profiler import pro…
x0w3n updated
2 weeks ago
-
xft version:1.8.2
lscpu:
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 52 bits physical, 48 bits virtual
Byte Order: Little End…
-
[01org/isa-l_crypto](https://github.com/01org/isa-l_crypto) version 2.20 includes the following configuration snippet:
```
# Check for yasm and yasm features
AC_CHECK_PROG(HAVE_YASM, yasm, yes, n…
-
### 🐛 Describe the bug
We observed a NaN regression with 2.5.0, and traced it to CUDNN attention.
2.5.0:
![Screenshot_20241030_095725](https://github.com/user-attachments/assets/5e83ecc4-8f0c-46b…
-
【环境准备】
```
BINARY_URL=oss://dragonwell/8.23.22-test-dragonwell_standard/Alibaba_Dragonwell_Standard_8.23.22_x64_linux.tar.gz
JTREG_URL=oss://compiler-ci-bucket/jdk/tools/jtreg5.1-b01.zip
JD…
-
-
### 🐛 Describe the bug
```
File "/mnt/clusterstorage/workspace/kevin/ml-monorepo/chadfusion/train_fsdp.py", line 363, in fsdp_train
scaler.step(opt)
File "/usr/local/lib/python3.10/dist-…
-
### 🐛 Describe the bug
Sometimes,There is an error 'AssertionError: "Simulate error" does not match "grad can be implicitly created only for scalar outputs"' in case: test_autograd_xpu.py::TestAutogr…
-
### 🐛 Describe the bug
I am trying to call `torch.vmap` on `torch.jacfwd`. This works fine normally but raises the following error when called under `torch.inference_mode()`.
```
File [...]/torch…