[all-commits] [llvm/llvm-project] 991710: Revert "[mlir][sparse] extend foreach operation to...
Stella Stamenova via All-commits
all-commits at lists.llvm.org
Mon Nov 7 09:35:10 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 99171078bb9bea3f31be948e124ec945a50e1fe1
https://github.com/llvm/llvm-project/commit/99171078bb9bea3f31be948e124ec945a50e1fe1
Author: Stella Stamenova <stilis at microsoft.com>
Date: 2022-11-07 (Mon, 07 Nov 2022)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp
M mlir/test/Dialect/SparseTensor/invalid.mlir
M mlir/test/Dialect/SparseTensor/roundtrip.mlir
Log Message:
-----------
Revert "[mlir][sparse] extend foreach operation to accept reduction arguments."
This reverts commit 53d5d3401120f2aa741a73a5a9ba0ce012ca532c.
This is causing a build failure on the windows mlir bot that was previously hidden by another sparse tensor change that caused failures:
https://lab.llvm.org/buildbot/#/builders/13/builds/28006
More information about the All-commits
mailing list