Files
clang-p2996/mlir/lib/Dialect/Linalg/Transforms/InlineScalarOperands.cpp
Longsheng Mou 4b31568e02 [mlir][linalg] Bugfix for InlineScalarOperands (#111534)
This PR fixes a bug where `scalarOperand` is a simple scalar and should
be used directly, rather than accessed via `tensor.extract`. Fixes
#111243.
2024-10-14 15:38:35 +08:00

4.4 KiB