From 9e56862ebb5a3273b9849eabbd3e0eac9548922c Mon Sep 17 00:00:00 2001 From: Andrzej Janik Date: Thu, 23 May 2024 13:28:17 +0200 Subject: [PATCH] Update README with CGBN information (#237) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 52781d07..5f804986 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,12 @@ If an application fails to start under ZLUDA or crashes please check [Known Issu ### Applications +#### CGBN + +CGBN crashes due to an underlying ROCm/HIP issue. + +You can solve the issue by building comgr with LLVM containing this patch: ROCm/llvm-project#91. ZLUDA then must be able to find the comgr library (amd_comgr.dll on Windows and libamd_comgr.so.2 on Linux) in a library search path. + #### Meshroom Meshroom works only with on Windows due to an underlying ROCm/HIP issue.