[all-commits] [llvm/llvm-project] 479556: [HIP] compressed bundle format defaults to v3 (#15...

Yaxun (Sam) Liu via All-commits all-commits at lists.llvm.org
Fri Aug 8 05:53:22 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 479556c7208d0af3b33bd9be396962b8c4152a74
      https://github.com/llvm/llvm-project/commit/479556c7208d0af3b33bd9be396962b8c4152a74
  Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
  Date:   2025-08-08 (Fri, 08 Aug 2025)

  Changed paths:
    M clang/docs/ClangOffloadBundler.rst
    M clang/include/clang/Driver/OffloadBundler.h
    M clang/test/Driver/clang-offload-bundler-zlib.c
    M clang/test/Driver/clang-offload-bundler-zstd.c

  Log Message:
  -----------
  [HIP] compressed bundle format defaults to v3 (#152600)

HIP runtime support for compressed bundle format v3 is in place,
therefore switch the default compressed bundle format to v3 in compiler.

This allows both compressed and decompressed fat binary size to exceed
4GB by default.

Environment variable COMPRESSED_BUNDLE_FORMAT_VERSION=2 can be used for
backward compatibility for older HIP runtimes not supporting v3.

Fixes: SWDEV-548879



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list