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

Yaxun Liu via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 28 06:23:20 PDT 2023


yxsamliu wrote:

ping

A little background: some HIP applications face size restrictions for their packages. Compressing can significantly reduce the bundle size with acceptable overhead of uncompressing. Therefore they need this feature.

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


More information about the cfe-commits mailing list