llvm-capstone/clang/include
Yaxun (Sam) Liu a1e81d2ead
[HIP] Support compressing device binary (#67162)
Add option -f[no-]offload-compress to clang to enable/disable
compression of device binary for HIP. By default it is disabled.

Add option -compress to clang-offload-bundler to enable compression of
offload bundle. By default it is disabled.

When enabled, zstd or zlib is used for compression when available.

When disabled, it is NFC compared to previous behavior. The same offload
bundle format is used as before.

Clang-offload-bundler automatically detects whether the input file to be
unbundled is compressed and the compression method and decompress if
necessary.
2023-10-04 09:32:56 -04:00
..
clang [HIP] Support compressing device binary (#67162) 2023-10-04 09:32:56 -04:00
clang-c [OpenMP 5.1] Parsing and Sema support for scope directive 2023-08-24 18:13:52 -07:00
CMakeLists.txt
module.modulemap Mark header as textual 2023-05-30 09:21:39 -07:00