[PATCH] D113043: [mlir][sparse] Rename SparseUtils.cpp file to SparseTensorUtils.cpp
Aart Bik via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 2 13:54:49 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8a91bc7bf436: [mlir][sparse] Rename SparseUtils.cpp file to SparseTensorUtils.cpp (authored by HarrietAkot, committed by aartbik).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113043/new/
https://reviews.llvm.org/D113043
Files:
clang/docs/tools/clang-formatted-files.txt
mlir/lib/ExecutionEngine/CMakeLists.txt
mlir/lib/ExecutionEngine/SparseTensorUtils.cpp
mlir/lib/ExecutionEngine/SparseUtils.cpp
Index: mlir/lib/ExecutionEngine/SparseTensorUtils.cpp
===================================================================
--- mlir/lib/ExecutionEngine/SparseTensorUtils.cpp
+++ mlir/lib/ExecutionEngine/SparseTensorUtils.cpp
@@ -1,4 +1,4 @@
-//===- SparseUtils.cpp - Sparse Utils for MLIR execution ------------------===//
+//===- SparseTensorUtils.cpp - Sparse Tensor Utils for MLIR execution -----===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Index: mlir/lib/ExecutionEngine/CMakeLists.txt
===================================================================
--- mlir/lib/ExecutionEngine/CMakeLists.txt
+++ mlir/lib/ExecutionEngine/CMakeLists.txt
@@ -5,7 +5,7 @@
AsyncRuntime.cpp
CRunnerUtils.cpp
CudaRuntimeWrappers.cpp
- SparseUtils.cpp
+ SparseTensorUtils.cpp
ExecutionEngine.cpp
RocmRuntimeWrappers.cpp
RunnerUtils.cpp
@@ -79,7 +79,7 @@
add_mlir_library(mlir_c_runner_utils
SHARED
CRunnerUtils.cpp
- SparseUtils.cpp
+ SparseTensorUtils.cpp
EXCLUDE_FROM_LIBMLIR
)
Index: clang/docs/tools/clang-formatted-files.txt
===================================================================
--- clang/docs/tools/clang-formatted-files.txt
+++ clang/docs/tools/clang-formatted-files.txt
@@ -7406,7 +7406,7 @@
mlir/lib/ExecutionEngine/OptUtils.cpp
mlir/lib/ExecutionEngine/RocmRuntimeWrappers.cpp
mlir/lib/ExecutionEngine/RunnerUtils.cpp
-mlir/lib/ExecutionEngine/SparseUtils.cpp
+mlir/lib/ExecutionEngine/SparseTensorUtils.cpp
mlir/lib/Interfaces/CallInterfaces.cpp
mlir/lib/Interfaces/CastInterfaces.cpp
mlir/lib/Interfaces/ControlFlowInterfaces.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113043.384218.patch
Type: text/x-patch
Size: 1694 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211102/e33f09d8/attachment.bin>
More information about the cfe-commits
mailing list