Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core/hmem: Fix missing rocr dlopen function assignments
When libfabric is configured with "--with-rocr=$ROCM_PATH --enable-rocr-dlopen", three functions ("hsa_ops.hsa_signal_store_screlease", "hsa_ops.hsa_signal_load_scacquire", "hsa_ops.hsa_amd_agents_allow_access") are not mapped to their associated symbols from "libhsa-runtime64.so" in the initialization routine "rocr_hmem_dl_init()". This can lead to a segmentation violation and application crash. Resolves issue #10797 Signed-off-by: Michael Lough <michael.lough@hpe.com> Signed-off-by: Steve Welch <welch@hpe.com>
- Loading branch information