-
### 🐛 Describe the bug
Since torch 2.2.0, the performance regression of `conv_transpose1d` has occurred on CPU (#120982).
torch 2.4.0 (w/ OneDNN 3.4.2) perfectly **fixed** the regression **only when…
-
When attempting to install `ncurses-6.0.eb` it errors out. Not had time to test this on other EL9 flavours but I expect the same outcome.
```bash
cat /etc/os-release
NAME="Rocky Linux"
VERSION…
-
### 🐛 Describe the bug
aten::embedding_renorm_ requires XPU implementation. Test infrastructure requirement. @huaiyuzh - 2.6
#splited from #233
### Versions
Collecting environment information...…
-
### 🐛 Describe the bug
Custom operators registered via `torch.library.custom_op` seem to be much slower than ops registered via `torch.Library.define` + `torch.Library.impl`
```
import torch
@…
-
### OpenVINO Version
2024.0.0
### Operating System
Ubuntu 22.04 (LTS)
### Device used for inference
CPU
### OpenVINO installation
PyPi
### Programming Language
Python
### Hardware Architectu…
-
File "/opt/conda/lib/python3.8/site-packages/transformers/trainer.py", line 164, in
from apex import amp
File "/opt/conda/lib/python3.8/site-packages/apex/__init__.py", line 11, in
fr…
-
### Your current environment
```text
PyTorch version: 2.1.0+cu118
Is debug build: False
CUDA used to build PyTorch: 11.8
ROCM used to build PyTorch: N/A
OS: Ubuntu 22.04.3 LTS (x86_64)
GCC ve…
-
### 🐛 Describe the bug
Async NCCL comminucations from `torch.distributed` should run in parallel with CUDA computing kernels, but traces from `torch.profiler` shows it is not true for the first run. …
-
Hello Team,
I have tried a lot to create a test case to test various CQM's but we are getting the below error :+1:
**No result found. Are RabbitMQ and the calculation worker Running? on /lib/cypres…
-
**Description**
This program:
```
import dimod
import dwave.inspector
import dwave.system
cqm = dimod.generators.random_knapsack(20)
print("cqm="+str(cqm))
sampler = dwave.system.Embedding…