[all-commits] [llvm/llvm-project] c43e62: Changed the phrase sparse-compiler to sparsifier i...
Tim Harvey via All-commits
all-commits at lists.llvm.org
Tue Nov 7 12:55:14 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c43e6274577c72874253a42395bbd23a6fa148d9
https://github.com/llvm/llvm-project/commit/c43e6274577c72874253a42395bbd23a6fa148d9
Author: Tim Harvey <146767459+TimAtGoogle at users.noreply.github.com>
Date: 2023-11-07 (Tue, 07 Nov 2023)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/ElementwiseOpFusion.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/BufferizableOpInterfaceImpl.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseGPUCodegen.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorDescriptor.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseVectorization.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
M mlir/lib/Dialect/SparseTensor/Utils/Merger.cpp
M mlir/test/Dialect/SparseTensor/one_shot_bufferize_invalid.mlir
M mlir/test/Dialect/SparseTensor/rejected.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_quantized_matmul.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_reductions_min.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_storage.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_unary.mlir
M mlir/test/Integration/Dialect/SparseTensor/python/tools/sparse_compiler.py
Log Message:
-----------
Changed the phrase sparse-compiler to sparsifier in comments (#71578)
When the Powers That Be decided that the name "sparse compiler" should
be changed to "sparsifier", we negected to change some of the comments
in the code; this pull request completes the name change.
More information about the All-commits
mailing list