Commit 1ca8388
[BE][MPS] Remove unused size12 variable (pytorch#159832)
Fixes following compilation warning
```
/Users/nshulga/git/pytorch/pytorch/aten/src/ATen/native/mps/kernels/Pooling.metal:433:8: warning: unused variable 'size12' [-Wunused-variable]
auto size12 = input_sizes[1] * input_sizes[2];
^
1 warning generated.
```
Pull Request resolved: pytorch#159832
Approved by: https://github.com/dcci1 parent b694973 commit 1ca8388
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
433 | | - | |
434 | 433 | | |
435 | 434 | | |
436 | 435 | | |
| |||
488 | 487 | | |
489 | 488 | | |
490 | 489 | | |
491 | | - | |
492 | 490 | | |
493 | 491 | | |
494 | 492 | | |
| |||
0 commit comments