[clang] [HIP][Clang][CodeGen] Handle hip bin symbols properly. (PR #107458)
Yaxun Liu via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 10 09:26:33 PDT 2024
================
@@ -175,7 +175,6 @@ __device__ void device_use() {
// HIP-SAME: section ".hipFatBinSegment"
// * variable to save GPU binary handle after initialization
// CUDANORDC: @__[[PREFIX]]_gpubin_handle = internal global ptr null
-// HIPNEF: @__[[PREFIX]]_gpubin_handle_{{[0-9a-f]+}} = external hidden global ptr, align 8
----------------
yxsamliu wrote:
should not remove the check line
https://github.com/llvm/llvm-project/pull/107458
More information about the cfe-commits
mailing list