[all-commits] [llvm/llvm-project] 2e7d83: [mlir][sparse] replace "sparse compiler" with "spa...
Aart Bik via All-commits
all-commits at lists.llvm.org
Fri Sep 22 09:20:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e7d83debb698010eb7db4663de97354cb2f600e
https://github.com/llvm/llvm-project/commit/2e7d83debb698010eb7db4663de97354cb2f600e
Author: Aart Bik <39774503+aartbik at users.noreply.github.com>
Date: 2023-09-22 (Fri, 22 Sep 2023)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/IR/Enums.h
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorAttrDefs.td
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorBase.td
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorType.h
M mlir/include/mlir/Dialect/SparseTensor/Transforms/Passes.td
Log Message:
-----------
[mlir][sparse] replace "sparse compiler" with "sparsifier" in doc (#67082)
Rationale:
The term "sparse compiler", although dear to my heart, is often mistaken
as a completely separate compiler, and not a pass within a full compiler
pipeline. Therefore, we start migrating to the term "sparsifier".
More information about the All-commits
mailing list