-
## CVE-2018-15594 - Medium Severity Vulnerability
Vulnerable Library - linux-stable-rtv3.8.6
Julia Cartwright's fork of linux-stable-rt.git
Library home page: https://git.kernel.org/pub/scm/linux/k…
-
I saw "Note that Dyninst currently does not support static binary rewriting on ARMv8." in [DyninstAPI ARMv8 status](https://github.com/dyninst/dyninst/wiki/DyninstAPI-ARMv8-status). Does the current v…
-
### 🐛 Describe the bug
i am using light_gcn example provided here. inside the example the HetroData is converted to a homogenous graph. bu when compare the Hetro data edge_index vs the homo data edge…
-
### 🐛 Describe the bug
On my raspberry pi 4 (aarch64 arch) with pytorch 2.1.0 & torchaudio i have a segmentation fault using microsoft [unilm/beats](https://github.com/microsoft/unilm/blob/master/b…
-
### 🐛 Describe the bug
When using `at::native::cpu_fallback`, lists of optional tensors `Tensor?[]` are not converted to CPU during fallback. This can be observed with operations like `aten::index.Te…
-
### 🐛 Describe the bug
Error When Compiling pytorch
### Error logs
```
/opt/rocm-5.6.0/include/rccl.h:16:2: error: "This file is deprecated. Use the header file from /opt/rocm-5.6.0/include/…
-
### Your current environment
PyTorch version: 2.1.2+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OS: Ubuntu 22.04.4 LTS (x86_64)
GCC version: (U…
-
### 🐛 Describe the bug
Initial issue fixed, changed description.
I'm trying to export a model to ONNX with `torch.onnx.dynamo_export`. It's a bit of an experimental operator and it has some comp…
-
### 🐛 Describe the bug
When the op `convolution_backward` is run using FakeTensors, the size of the third result is different from the one obtained without FakeTensors.
```python
import torch
fr…
-
### 🐛 Describe the bug
torch.all() works incorrectly while working with tensors on cuda
```
tt = torch.Tensor([True, False]).cuda()
tt.cpu().all()
```
returns
tensor(False)
while
```
…