-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Issue]: Build composable_kernel error with "CMAKE_BUILD_TYPE=Debug" #1709
Comments
Hi @kewang-xlnx. Internal ticket has been created to investigate your issue. Thanks! |
Hi @kewang-xlnx, I'll try to reproduce this. A couple clarifiers: are you building one of the release branches of CK or the develop branch? Are you building inside the docker suggested by the README? |
I was able to reproduce this on ROCm 6.2.4 with the default branch. Unfortunately, it seems like building all of CK with the debug build type is not currently supported. Instead, we recommend you build individual examples and kernel instances with the debug build type if necessary. The cause of this error is simply that the linker can't handle more than 2GB but is trying to link more than this in the debug build. In theory the |
Hi @schung-amd, thank you for your test and reply. And could I connect you using our internal Teams? |
Problem Description
I wanted to build composable_kernel with "CMAKE_BUILD_TYPE=Debug". I was successfully with the commands:
However, when I built CK library with commands "make -j", I got the following error messages.
How can I fix this error? Or how can I get debug version of CK library and example?
Operating System
Ubuntu 20.04.6 LTS
CPU
AMD EPYC 73F3 16-Core Processor
GPU
AMD Instinct MI250X
Other
No response
ROCm Version
ROCm 6.0.0
ROCm Component
No response
Steps to Reproduce
No response
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: