| タイトル | pytorch PyTorch version: 2.6.0+cu124 Floating point exception |
|---|
| 説明 | 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)
``` |
|---|
| ソース | ⚠️ https://github.com/pytorch/pytorch/issues/149274 |
|---|
| ユーザー | Default436352 (UID 81891) |
|---|
| 送信 | 2025年03月16日 16:09 (1 年 ago) |
|---|
| モデレーション | 2025年03月29日 20:35 (13 days later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 302006 [PyTorch 2.6.0+cu124 torch.mkldnn_max_pool2d サービス拒否] |
|---|
| ポイント | 17 |
|---|