[all-commits] [llvm/llvm-project] be2f38: [mlir][linalg] Treat quant dialect type as unsuppo...
Kai Sasaki via All-commits
all-commits at lists.llvm.org
Wed May 24 17:36:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be2f384f9eee16f9854fe5035581d12085113b01
https://github.com/llvm/llvm-project/commit/be2f384f9eee16f9854fe5035581d12085113b01
Author: Kai Sasaki <lewuathe at gmail.com>
Date: 2023-05-25 (Thu, 25 May 2023)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalgNamed.cpp
A mlir/test/Conversion/TosaToLinalg/tosa-to-linalg-invalid.mlir
Log Message:
-----------
[mlir][linalg] Treat quant dialect type as unsupported in named conversion
Since the tosa-to-linalg conversion does not support the quant dialect type, we can treat it as unsupported instead of crash. Issue was reported https://github.com/llvm/llvm-project/issues/62367
Reviewed By: springerm
Differential Revision: https://reviews.llvm.org/D151296
More information about the All-commits
mailing list