[clang] [HIP] Support compressing device binary (PR #67162)

Yaxun Liu via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 5 06:08:09 PDT 2023


yxsamliu wrote:

[AMD Official Use Only - General]

I have reverted the commit. Will fix and reland. Thanks.

Sam

From: mikaelholmen ***@***.***>
Sent: Thursday, October 5, 2023 4:05 AM
To: llvm/llvm-project ***@***.***>
Cc: Liu, Yaxun (Sam) ***@***.***>; State change ***@***.***>
Subject: Re: [llvm/llvm-project] [HIP] Support compressing device binary (PR #67162)

Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding.


Hi,

I noticed that with UBSan this new testcase fails

09:59:08 Failed Tests (1):

09:59:08   Clang :: Driver/clang-offload-bundler-zlib.c

with

09:39:53 ../../clang/lib/Driver/OffloadBundler.cpp:1012:25: runtime error: load of misaligned address 0x55ceca16e46c for type 'const uint64_t' (aka 'const unsigned long'), which requires 8 byte alignment

09:39:53 0x55ceca16e46c: note: pointer points here

09:39:53   bc 00 00 00 94 dc 29 9a  89 fb ca 2b 78 9c 8b 8f  77 f6 71 f4 73 8f f7 77  73 f3 f1 77 74 89 77 0a

09:39:53               ^

09:39:53 SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior ../../clang/lib/Driver/OffloadBundler.cpp:1012:25 in

—
Reply to this email directly, view it on GitHub<https://github.com/llvm/llvm-project/pull/67162#issuecomment-1748330186>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABO4LZ4HUWWX6BLSBJBNBXTX5ZS3HAVCNFSM6AAAAAA5DLFYLGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBYGMZTAMJYGY>.
You are receiving this because you modified the open/close state.Message ID: ***@***.******@***.***>>


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


More information about the cfe-commits mailing list