Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/test/Dialect/SparseTensor/rewriting_for_codegen.mlir | ||
---|---|---|
30 | For the general case, this is unavoidable for now, since we don't know a priori is the matrix is symmetric. as discussed offline, in a follow up |
For the general case, this is unavoidable for now, since we don't know a priori is the matrix is symmetric.
But since this is executed O(noe) time, let's try to also provide a way that keep this innermost loop clean of branching
as discussed offline, in a follow up