torch-mlir/lib/Conversion/TorchToTosa
Jacques Pienaar 247dd64a66
Change to notifyMatchFailure (#1073)
emitError is intended for error cases and not match failures of
patterns. notifyMatchFailure is intended where pattern reports reason
for not matching.

Op verification should also not happen inside patterns but as part of
verify/verification, but left ones that were obviously verification to
emitError inside patterns to keep this change small.
2022-07-17 18:39:54 -07:00
..
CMakeLists.txt Bump LLVM (#958) 2022-06-22 22:23:46 -05:00
TorchToTosa.cpp Change to notifyMatchFailure (#1073) 2022-07-17 18:39:54 -07:00
TosaLegalizeCommon.cpp [tosa] Add Torch reduction operators 2021-12-03 09:01:48 -08:00
TosaLegalizeUtils.cpp [tosa] Implement conv2d support (#541) 2022-01-26 19:16:13 -08:00