| عنوان | 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) |
|---|
| ارسال | 16/03/2025 04:09 PM (1 سنة منذ) |
|---|
| الاعتدال | 29/03/2025 08:35 PM (13 days later) |
|---|
| الحالة | تمت الموافقة |
|---|
| إدخال VulDB | 302006 [PyTorch 2.6.0+cu124 torch.mkldnn_max_pool2d الحرمان من الخدمة] |
|---|
| النقاط | 17 |
|---|