Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Modulo some variable naming, lgtm
mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_matmul_slice.mlir | ||
---|---|---|
220–221 | I'm not sure if there's some naming convention in this file, but it'd make a lot more sense to name these %sa_coo/%sb_coo (or %ta_coo/%tb_coo if the "s" vs "t" matters) | |
222–223 | Again, not sure if there's some other naming convention in this file, but it'd make more sense to name these so the variable's "1"/"2" matches the number in the attribute And I think it'd be good to have the name reflect the source of the slice too, so %sb1_coo for the #COO_SLICE_1 of %sb_coo, %sa2_coo for the #COO_SLICE_2 of %sa_coo, etc |
mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_matmul_slice.mlir | ||
---|---|---|
220–221 | This file probably need to be reorganized, I will do it in a separate patch. |
I'm not sure if there's some naming convention in this file, but it'd make a lot more sense to name these %sa_coo/%sb_coo (or %ta_coo/%tb_coo if the "s" vs "t" matters)