[Mlir-commits] [mlir] [mlir][tosa] Check for unranked tensors during validation (PR #68509)

Eric Kunze llvmlistbot at llvm.org
Tue Oct 10 15:48:13 PDT 2023


https://github.com/eric-k256 approved this pull request.

I think you've got the two choices here. Given that compilers would need to opt in to the stricter TOSA level validation, failing an unranked tensor in this case would be acceptable.
Either fix would be better than the current crashing state.

As noted, the test is a bit odd but does test the validation.

https://github.com/llvm/llvm-project/pull/68509


More information about the Mlir-commits mailing list