[Mlir-commits] [mlir] [mlir][sparse] minor edits in runtime lib Cpp files (PR #68165)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Oct 3 16:00:15 PDT 2023


github-actions[bot] wrote:


<!--LLVM CODE FORMAT COMMENT: {clang-format}-->

:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff 40c1f5b2fb88b17c6ed6911466002824d1880871 3565d0b0d6e80c32bfbcc39c4bb7274a13b2239c -- mlir/include/mlir/ExecutionEngine/SparseTensor/File.h mlir/lib/ExecutionEngine/SparseTensor/File.cpp mlir/lib/ExecutionEngine/SparseTensor/NNZ.cpp mlir/lib/ExecutionEngine/SparseTensor/Storage.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/mlir/lib/ExecutionEngine/SparseTensor/File.cpp b/mlir/lib/ExecutionEngine/SparseTensor/File.cpp
index 3d6eb72ce..df5d43558 100644
--- a/mlir/lib/ExecutionEngine/SparseTensor/File.cpp
+++ b/mlir/lib/ExecutionEngine/SparseTensor/File.cpp
@@ -1,4 +1,5 @@
-//===- File.cpp - Reading/writing sparse tensors from/to files -------------===//
+//===- File.cpp - Reading/writing sparse tensors from/to files
+//-------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.

``````````

</details>


https://github.com/llvm/llvm-project/pull/68165


More information about the Mlir-commits mailing list