Files
Vito Secona 871c9bb238 [mlir][SparseTensor] add numSymbols information to simplify affine expressions (#191649)
Previously, the `translateShape` function hard-coded the `numSymbols`
parameter to 0. This makes the affine expression fail when the sparse
tensor encoding has symbols.

This PR fixes the issue by extracting and passing the `numSymbols`
information during translation. A regression test has also been added to
ensure this behavior remains supported.

Closes #191209
2026-04-20 09:56:53 -07:00
..