Commit 16d9bcd
Fix test_avg_pool3d issue in pytorch_paralleltbb_linux_xenial_py3_6_gcc5_4_test (#36103)
Summary:
Fix parallel execution issue introduced by #35740
Pull Request resolved: #36103
Test Plan: test_quantized.py
Differential Revision: D20879323
Pulled By: allwu
fbshipit-source-id: a2deaaf5c933cbef3096a399c19c44d28935bd691 parent 7920a97 commit 16d9bcd
2 files changed
Lines changed: 2 additions & 3 deletions
File tree
- aten/src/ATen/native/quantized/cpu/kernels
- test/quantization
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
856 | 856 | | |
857 | 857 | | |
858 | 858 | | |
859 | | - | |
860 | | - | |
| 859 | + | |
| 860 | + | |
861 | 861 | | |
862 | 862 | | |
863 | 863 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
890 | 890 | | |
891 | 891 | | |
892 | 892 | | |
893 | | - | |
894 | 893 | | |
895 | 894 | | |
896 | 895 | | |
| |||
0 commit comments