-
Notifications
You must be signed in to change notification settings - Fork 115
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]: shared libhsakmt #263
Comments
Hi @trixirt. Internal ticket has been created to investigate your issue. Thanks! |
@trixirt starting with 6.3, hsakmt is expected not to be interfaced publicly anymore. It's meant to be a static lib within rocr now. Perhaps the cmake logic needs to be fixed a bit, but the intention is for all public hsakmt interfaces to go through libhsa-runtime64 now. |
A separate delivered static library is a flaw, distros are very strict about no static libraries. |
Yeah I was speaking with @kentrussell , I suspect this is a bug. Need to confirm, but I was told libhsakmt was supposed to be dropped for 6.3 |
It would be helpful to us to retain the ability to build HSAKMT as a separate shared library, as we make direct use of some of its functions that aren't available when statically linked to HSA to implement some of the stuff in our SCALE library. |
Can you share a URL for SCALE ? I am not familiar with this library. |
Problem Description
Some issues with the transition of hsakmt in creating a shared library on Fedora
https://github.com/ROCm/ROCR-Runtime/blob/amd-staging/libhsakmt/CMakeLists.txt#L140
Hardcodes 'Static'
https://github.com/ROCm/ROCR-Runtime/blob/amd-staging/libhsakmt/src/libhsakmt.ver
Is missing
hsaKmtCreateQueueExt;
hsaKmtRegisterGraphicsHandleToNodesExt;
Operating System
Fedora Rawhide
CPU
ALL
GPU
ALL
ROCm Version
ROCm 6.3.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: