Unverified Commit 9466c4e6 authored by srcarroll's avatar srcarroll Committed by GitHub
Browse files

[MLIR][tensor] Improve `tensor.pack` verifier to catch more cases with...

[MLIR][tensor] Improve `tensor.pack` verifier to catch more cases with unconditional runtime errors (#77217)

Previously, the `tensor.pack` verifier detects unconditional runtime
errors only when tile sizes are static. Now, dynamic tiles are
considered and we only require that the input and either corresponding
tile or output size are static to determine if it will unconditionally
produce errors at runtime.
parent 5bd374df
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment