[all-commits] [llvm/llvm-project] 6352a0: [mlir][sparse] test four row/col major versions of...
Aart Bik via All-commits
all-commits at lists.llvm.org
Mon Nov 20 12:28:40 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6352a07ba65301b60ace8e5e67e54f4967e375ae
https://github.com/llvm/llvm-project/commit/6352a07ba65301b60ace8e5e67e54f4967e375ae
Author: Aart Bik <39774503+aartbik at users.noreply.github.com>
Date: 2023-11-20 (Mon, 20 Nov 2023)
Changed paths:
A mlir/test/Integration/Dialect/SparseTensor/CPU/block_majors.mlir
Log Message:
-----------
[mlir][sparse] test four row/col major versions of BSR (#72898)
Note, this is a redo of https://github.com/llvm/llvm-project/pull/72712
which was reverted due to time outs in the bot. I have timed the tests
on various settings, and it does not even hit the top 20 of integration
tests. To be safe, I removed the SIMD version of the tests, just keeping
libgen/direcIR paths (which are the most important to test for us).
I will also keep an eye on
https://lab.llvm.org/buildbot/#/builders/264/builds after submitting to
make sure there is no repeat.
More information about the All-commits
mailing list