[Mlir-commits] [mlir] [mlir] Add helper to check elementwise-mappable ops with tensors and scalars (PR #154872)
Samarth Narang
llvmlistbot at llvm.org
Mon Aug 25 09:13:39 PDT 2025
snarang181 wrote:
@adam-smnk -- Thank you for your review, I addressed your comments.
I still have
```cpp
bool anyRankedTensor = llvm::any_of(types, llvm::IsaPred<RankedTensorType>);
```
to meet the rank = 0 operand requirements / test cases.
https://github.com/llvm/llvm-project/pull/154872
More information about the Mlir-commits
mailing list