[all-commits] [llvm/llvm-project] d8ae3a: [mlir][sparse] Fix strict weak ordering in sorting
Aart Bik via All-commits
all-commits at lists.llvm.org
Tue Aug 22 17:15:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8ae3a9b2533fbd11c0be6aaf66c16fb2b918f2a
https://github.com/llvm/llvm-project/commit/d8ae3a9b2533fbd11c0be6aaf66c16fb2b918f2a
Author: Aart Bik <ajcbik at google.com>
Date: 2023-08-22 (Tue, 22 Aug 2023)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenEnv.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp
Log Message:
-----------
[mlir][sparse] Fix strict weak ordering in sorting
These checks have been fired when comparing same elements like comp(a, a). Let's fix it. I don't have commit rights.
Danila Kutenin
kutdanila at yandex.ru
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D152152
More information about the All-commits
mailing list