[all-commits] [llvm/llvm-project] a8166d: [mlir][sparse] move sparse2sparse conversion to ow...
Aart Bik via All-commits
all-commits at lists.llvm.org
Fri Aug 26 13:17:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a8166d8801258fe793c81dd5d6c5f11e67fea280
https://github.com/llvm/llvm-project/commit/a8166d8801258fe793c81dd5d6c5f11e67fea280
Author: Aart Bik <ajcbik at google.com>
Date: 2022-08-26 (Fri, 26 Aug 2022)
Changed paths:
M mlir/test/Dialect/SparseTensor/conversion.mlir
A mlir/test/Dialect/SparseTensor/conversion_sparse2sparse.mlir
Log Message:
-----------
[mlir][sparse] move sparse2sparse conversion to own test file
Rationale:
We were running *all* conversion tests two times, just to check the
difference of one indidivual test in that file. By splitting that test
out, we have a much more focused testing setup.
Reviewed By: bixia
Differential Revision: https://reviews.llvm.org/D132757
More information about the All-commits
mailing list