ROCm / clr

MIT License
85 stars 35 forks source link

Support compressed device binaries #75

Closed GZGavinZhao closed 1 month ago

GZGavinZhao commented 2 months ago

Depends on ROCm/llvm-project#65.

This enables support for loading compressed device binaries (generated with --offload-compress flag) implemented in https://github.com/llvm/llvm-project/commit/7e2823438e920d25364ff92b62ad90020c31bb59. For more details on the motivation, please see ROCm/llvm-project#65.

GZGavinZhao commented 1 month ago

Seems to be fixed by e53df57ffe7bbee5267aeffd49a5e2a401b97753.