Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-find-devlibs-in-image-blit-src-cmakelist.patch | find devlibs in image blit src cmakelist | Maxime Chambonnet <maxzor@maxzor.eu> | no | 2022-02-06 | ||
0002-remove-libhsa-amd-aqlprofile64.so-loading.patch | remove libhsa-amd-aqlprofile64.so loading During the initialization of libhsa-runtime64, the library will attempt to load libhsa-amd-aqlprofile64.so. The aqlprofile library is an optional proprietary extension for profiling and is therefore not available in the Debian repos. The failure to find this library results in the warning: LoadLib(libhsa-amd-aqlprofile64.so) failed: libhsa-amd-aqlprofile64.so: cannot open shared object file: No such file or directory There is not actually anything wrong or unexpected with this file being missing, so this warning is not appropriate. |
Cordell Bloor <cgmb@slerp.xyz> | not-needed | debian | 2022-11-24 | |
0003-fix-static-initialization-order.patch | fix static initialization order LinkAtLoadOrFirstTranslationUnitAccess must be constructed after hsa_internal_api_table_, but that is not guaranteed when they are in different translation units. By moving the objects into the same translation unit, the order becomes defined. |
Cordell Bloor <cgmb@slerp.xyz> | invalid | debian | 2023-02-08 |