[all-commits] [llvm/llvm-project] 51eaee: [mlir][SparseTensor] Fix test regression
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Wed Aug 16 02:38:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 51eaee3b42f057fc2cc3fae7ec71d44fa1b82057
https://github.com/llvm/llvm-project/commit/51eaee3b42f057fc2cc3fae7ec71d44fa1b82057
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2023-08-16 (Wed, 16 Aug 2023)
Changed paths:
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_pack_libgen.mlir
Log Message:
-----------
[mlir][SparseTensor] Fix test regression
Fix a regression caused by https://reviews.llvm.org/D158012. Failing
bot:
* https://lab.llvm.org/buildbot/#/builders/179/builds/7122
Note that both `RUN` lines in the affected file were previously
tested with similar configuraiton (_with_ and _without_ vectorisation).
This change restores that, though the new setting (from D158012) is
used, i.e.
* with direct IR generation, `enable-runtime-library=true`.
This is sufficient to make the test pass and allows us to investigate
the root cause offline. Issue reported here:
https://github.com/llvm/llvm-project/issues/64727
More information about the All-commits
mailing list