Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/test/Dialect/SparseTensor/codegen.mlir | ||
---|---|---|
321 | minor nitpick, these blocks of code are going to be almost literal repeats, except for the tuple part. at the very least, let's use the same names for all variables that are shared? |
mlir/test/Dialect/SparseTensor/codegen.mlir | ||
---|---|---|
321 | How about the current way? I found that you can define multiple prefixes so that the common part can be checked by shared "CHECK" prefix, while the different parts can be checked by their own prefix. |
minor nitpick, these blocks of code are going to be almost literal repeats, except for the tuple part.
perhaps we should just check for the tuple parts in the STORAGE part
at the very least, let's use the same names for all variables that are shared?