[all-commits] [llvm/llvm-project] 7d62bc: [mlir][sparse] disable sparse convolution test cases.
PeimingLiu via All-commits
all-commits at lists.llvm.org
Wed Feb 15 15:21:49 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7d62bc9cd3805d44d09d1f224c872f07584ac24a
https://github.com/llvm/llvm-project/commit/7d62bc9cd3805d44d09d1f224c872f07584ac24a
Author: Peiming Liu <peiming at google.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_conv_1d_nwc_wcf.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_conv_2d.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_conv_2d_nhwc_hwcf.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_conv_3d.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_conv_3d_ndhwc_dhwcf.mlir
Log Message:
-----------
[mlir][sparse] disable sparse convolution test cases.
These test cases will be re-enabled after new algorithm is implemented.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D144141
More information about the All-commits
mailing list