You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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: