Skip to content

Commit 8a91bc7

Browse files
HarrietAkotaartbik
authored andcommitted
[mlir][sparse] Rename SparseUtils.cpp file to SparseTensorUtils.cpp
Bug 52304 - Rename the sparse runtime support library cpp file Reviewed By: aartbik Differential Revision: https://reviews.llvm.org/D113043
1 parent c00e9c6 commit 8a91bc7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

clang/docs/tools/clang-formatted-files.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7406,7 +7406,7 @@ mlir/lib/ExecutionEngine/JitRunner.cpp
74067406
mlir/lib/ExecutionEngine/OptUtils.cpp
74077407
mlir/lib/ExecutionEngine/RocmRuntimeWrappers.cpp
74087408
mlir/lib/ExecutionEngine/RunnerUtils.cpp
7409-
mlir/lib/ExecutionEngine/SparseUtils.cpp
7409+
mlir/lib/ExecutionEngine/SparseTensorUtils.cpp
74107410
mlir/lib/Interfaces/CallInterfaces.cpp
74117411
mlir/lib/Interfaces/CastInterfaces.cpp
74127412
mlir/lib/Interfaces/ControlFlowInterfaces.cpp

mlir/lib/ExecutionEngine/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set(LLVM_OPTIONAL_SOURCES
55
AsyncRuntime.cpp
66
CRunnerUtils.cpp
77
CudaRuntimeWrappers.cpp
8-
SparseUtils.cpp
8+
SparseTensorUtils.cpp
99
ExecutionEngine.cpp
1010
RocmRuntimeWrappers.cpp
1111
RunnerUtils.cpp
@@ -79,7 +79,7 @@ add_mlir_library(MLIRJitRunner
7979
add_mlir_library(mlir_c_runner_utils
8080
SHARED
8181
CRunnerUtils.cpp
82-
SparseUtils.cpp
82+
SparseTensorUtils.cpp
8383

8484
EXCLUDE_FROM_LIBMLIR
8585
)

mlir/lib/ExecutionEngine/SparseUtils.cpp renamed to mlir/lib/ExecutionEngine/SparseTensorUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- SparseUtils.cpp - Sparse Utils for MLIR execution ------------------===//
1+
//===- SparseTensorUtils.cpp - Sparse Tensor Utils for MLIR execution -----===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)