torch-mlir/lib/Conversion/TorchToTosa
Hanumanth 30c519369e
Support default padding case for tosa::AvgPool in the presence of count_include_pad (#3868)
Essentially, as part of my earlier
[change](7f9f99c6f8)
, I didn't consider the `padding` value while erroring out for
unsupported `count_include_pad` during `torch-to-tosa` lowering for
AvgPool2d. The fix captured in this change addresses this. Please see
[issue](https://github.com/llvm/torch-mlir/issues/3862) for more details
on this.

Co-authored-by: Hanumanth Hanumantharayappa <hhanuman@ah-hhanuman-l.dhcp.mathworks.com>
2024-11-12 13:48:20 -08:00
..
CMakeLists.txt Re-organize project structure to separate PyTorch dependencies from core project. (#2542) 2023-11-02 19:45:55 -07:00
TorchToTosa.cpp Support default padding case for tosa::AvgPool in the presence of count_include_pad (#3868) 2024-11-12 13:48:20 -08:00
TosaLegalizeCommon.cpp [TOSA] Add legalization for aten.index_select (#3760) 2024-10-04 12:24:22 -07:00
TosaLegalizeUtils.cpp Add tosa::getConstTensor with int8_t template (#3845) 2024-11-01 21:22:27 +00:00