llvm-project
31b72b07
- [mlir][sparse]Make isBlockSparsity more robust (#75113)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[mlir][sparse]Make isBlockSparsity more robust (#75113) 1. A single dimension can either be blocked (with floordiv and mod pair) or non-blocked. Mixing them would be invalid. 2. Block size should be non-zero value.
References
#75113 - [mlir][sparse]Make isBlockSparsity more robust
Author
yinying-lisa-li
Parents
06613095
Loading