| Título | pytorch PyTorch version: 2.6.0+cu124 Floating point exception |
|---|
| Descrição | Running the following PyTorch code results in a Floating point exception crash:
```
import torch
x = torch.randn(2, 64, 32, 32).to_mkldnn()
out2 = torch.mkldnn_max_pool2d(x, kernel_size=3, stride=0)
``` |
|---|
| Fonte | ⚠️ https://github.com/pytorch/pytorch/issues/149274 |
|---|
| Utilizador | Default436352 (UID 81891) |
|---|
| Submissão | 16/03/2025 16h09 (há 1 Ano) |
|---|
| Moderação | 29/03/2025 20h35 (13 days later) |
|---|
| Estado | Aceite |
|---|
| Entrada VulDB | 302006 [PyTorch 2.6.0+cu124 torch.mkldnn_max_pool2d Negação de Serviço] |
|---|
| Pontos | 17 |
|---|