[Openmp-commits] [openmp] [OpenMP][NFC] Separate OpenMP/OpenACC specific mapping code (PR #73817)
via Openmp-commits
openmp-commits at lists.llvm.org
Wed Nov 29 08:46:41 PST 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 fd2d0bf90e37756308a5fa91a0bcd80d0923989e 6f90a22e9da749e6c4bcaa114042f9db1579f31c -- openmp/libomptarget/include/OpenMP/Mapping.h openmp/libomptarget/src/OpenMP/Mapping.cpp openmp/libomptarget/include/device.h openmp/libomptarget/src/omptarget.cpp openmp/libomptarget/src/private.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/openmp/libomptarget/src/private.h b/openmp/libomptarget/src/private.h
index 2611faa2e8..b2d78f366d 100644
--- a/openmp/libomptarget/src/private.h
+++ b/openmp/libomptarget/src/private.h
@@ -203,7 +203,6 @@ struct TargetMemsetArgsTy {
}
#endif
-
////////////////////////////////////////////////////////////////////////////////
/// Print out the names and properties of the arguments to each kernel
static inline void
``````````
</details>
https://github.com/llvm/llvm-project/pull/73817
More information about the Openmp-commits
mailing list