[all-commits] [llvm/llvm-project] c03fd1: [mlir][sparse] Marking cursor parameters const
wren romano via All-commits
all-commits at lists.llvm.org
Wed Jan 5 16:14:16 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c03fd1e61fee892aa0ead68d0f9271dd680b655f
https://github.com/llvm/llvm-project/commit/c03fd1e61fee892aa0ead68d0f9271dd680b655f
Author: wren romano <2998727+wrengr at users.noreply.github.com>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M mlir/lib/ExecutionEngine/SparseTensorUtils.cpp
Log Message:
-----------
[mlir][sparse] Marking cursor parameters const
These parameters aren't modified, so we make that invariant explicit.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D116693
More information about the All-commits
mailing list