[Mlir-commits] [mlir] [mlir][tosa] Add MXFP TRANSPOSE validation data (PR #218711)
Ian Tayler Lessa
llvmlistbot at llvm.org
Wed Aug 26 02:14:14 PDT 2026
IanTaylerLessa-arm wrote:
> Apologies, I was too quick here. I believe we're missing a check in the verifier for the invalid case from the specification:
>
> ```
> ERROR_IF(is_block_scale<in_out_t>() && perms[rank(shape) - 1] != rank(shape1) - 1);
> ```
>
> Or is this planned for a separate patch?
I think it makes sense to include it in this PR. Thanks for the catch!
https://github.com/llvm/llvm-project/pull/218711
More information about the Mlir-commits
mailing list