Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
cmakefile-fixes | Debian git tags differ from upstream, breaking this cmake mechanism | not-needed | ||||
cross.patch | rocminfo FTCBFS: confused architecture terminology rocminfo fails to cross build from source, because it passes invalid compiler flags. The detection is broken due to confusing architecture terminologies. The system we are building on is called "build" in Debian and GNU, but for cmake it is called "host". The system we are building for is called "host" in Debian and GNU, but for cmake it is empty (it doesn't have a name). |
Helmut Grohne <helmut@subdivi.de> | yes | debian upstream | 2022-11-22 | |
fix-crash-on-kfd-permission-error.patch | fix crash on kfd permission error An OSError will be thrown when the rocm_agent_enumerator is called in a context where it does not have permission to read kfd properties. However, there's no need for this to be a fatal error. The fallback queries may still be able to identify the available GPUs. |
Cordell Bloor <cgmb@slerp.xyz> | invalid | debian | 2023-03-02 |