torch-mlir/lib/Conversion/TorchToTosa
Rob Suderman 08bc013fcd
[tosa] Fix TOSA batch matmul lowering to correct transpose ordering (#2959)
The corrective transpose at the end is computed incorrectly. Is it
actually computin the inverse transpose. Inverting the permutations
fixes the issue.
2024-02-28 09:46:58 -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 [tosa] Fix TOSA batch matmul lowering to correct transpose ordering (#2959) 2024-02-28 09:46:58 -08:00
TosaLegalizeCommon.cpp Clang format refresh (#2812) 2024-01-29 12:59:33 -05:00
TosaLegalizeUtils.cpp allow tosa.cast to convert from f32 to f16 (#2934) 2024-02-20 14:22:38 -08:00