[Mlir-commits] [mlir] [mlir][Target] Support Fatbin target for static nvptxcompiler (PR #118044)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sun Dec 1 22:24:46 PST 2024
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 79f59afff966c3abff541535431862885dc0a833 2b562b9630a9781f30474b7c87dc6a56262333c2 --extensions cpp -- mlir/lib/Target/LLVM/NVVM/Target.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/mlir/lib/Target/LLVM/NVVM/Target.cpp b/mlir/lib/Target/LLVM/NVVM/Target.cpp
index 0b51074008..7b653a925a 100644
--- a/mlir/lib/Target/LLVM/NVVM/Target.cpp
+++ b/mlir/lib/Target/LLVM/NVVM/Target.cpp
@@ -473,7 +473,6 @@ NVPTXSerializer::compileToBinary(const std::string &ptxCode) {
} \
} while (false)
-
#if MLIR_ENABLE_NVFATBIN
#include <nvFatbin.h>
``````````
</details>
https://github.com/llvm/llvm-project/pull/118044
More information about the Mlir-commits
mailing list