[all-commits] [llvm/llvm-project] 2db190: [mlir][tensor][NFC] Move function comments to wher...
Han-Chung Wang via All-commits
all-commits at lists.llvm.org
Fri May 31 13:22:07 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2db190fda609b4df3aa0bf17336ab64bc15f6115
https://github.com/llvm/llvm-project/commit/2db190fda609b4df3aa0bf17336ab64bc15f6115
Author: Han-Chung Wang <hanhan0912 at gmail.com>
Date: 2024-05-31 (Fri, 31 May 2024)
Changed paths:
M mlir/include/mlir/Dialect/Tensor/Utils/Utils.h
M mlir/lib/Dialect/Tensor/Utils/Utils.cpp
Log Message:
-----------
[mlir][tensor][NFC] Move function comments to where they are declared. (#94002)
According to LLVM style guide, we prefer putting the documentation
comments for public APIs into the header file.
See
https://llvm.org/docs/CodingStandards.html#doxygen-use-in-documentation-comments
for more details.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list