| 제목 | 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. PM 04:09 (1 년도 ago) |
|---|
| 모더레이션 | 2025. 03. 29. PM 08:35 (13 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 302006 [PyTorch 2.6.0+cu124 torch.mkldnn_max_pool2d 서비스 거부] |
|---|
| 포인트들 | 17 |
|---|