-
this vulnerability is mitigated in today's kernel releases (5.2.7, 4.19.65, and 4.14.137, but not 4.9.188 and 4.4.188).
mitigation is indicated by `Mitigation: usercopy/swapgs barriers and __user poi…
-
### 🐛 Describe the bug
Hello,
There is error while building pytorch from source.
Steps to reproduce:
1. git clone https://github.com/pytorch/pytorch.git
2. cd pytorch/
3. git submodule sync
4. …
-
### 🐛 Describe the bug
On image `rocm/pytorch:rocm6.2_ubuntu20.04_py3.9_pytorch_release_2.3.0` and `rocm/pytorch:rocm6.2_ubuntu22.04_py3.9_pytorch_release_2.2.1`, rccl allreduce fails.
### docker …
-
- Site: [https://hods.netlify.app](https://hods.netlify.app)
**New Alerts**
- **Modern Web Application** [10109] total: 12:
- [https://hods.netlify.app/accessibility/keyboard/skip-to-content…
-
### Your current environment
The output of `python collect_env.py`
```text
(venv) thinclient@skynet:~/llm-server$ python collect_env.py
Collecting environment information...
PyTorch version: …
-
### 🐛 Describe the bug
When running `torch.nn.InstanceNorm2d` with a `float64` tensor and `track_running_stats=True`, an error is thrown on CPU:
`RuntimeError: mixed dtype (CPU): all inputs must sha…
-
### 🐛 Describe the bug
Under specific inputs, `_convert_indices_from_csr_to_coo` triggered a crash.
```python
import torch
data0 = [
-9.2234e+10, 1.6106e+09, -1.1529e+18, -4.9844e+08, -3.6…
-
### 🐛 Describe the bug
Hello,
I tried to test the example related to the new G-Retriever model in colab: https://github.com/pyg-team/pytorch_geometric/blob/master/examples/llm/g_retriever.py.
…
-
The following code snippet demonstrates an issue with `torch.nn.functional.linear(...)` and `torch.nn.functional.conv2d(...)` when using automatic broadcasting on the GPU. Specifically, the outputs of…
-
### 🐛 Describe the bug
```py
import torch
from torch.nn.attention import SDPBackend, sdpa_kernel
class MyModule(torch.nn.Module):
def __init__(self) -> None:
super().__init__()
…