From 3dd28a406491bc4695f4ab8b5723d10faec504b3 Mon Sep 17 00:00:00 2001 From: Sean Keely Date: Wed, 7 Sep 2016 15:03:33 -0500 Subject: [PATCH] Add missing export of hsa_signal_group_wait_any_relaxed. Change-Id: Ia043c72234534c1ac7c0a0518b64e244fc116157 [ROCm/ROCR-Runtime commit: 2008af18993685942698b3e3a7cca1eee7054afe] --- projects/rocr-runtime/runtime/hsa-runtime/core/hsacore.so.def | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/hsacore.so.def b/projects/rocr-runtime/runtime/hsa-runtime/core/hsacore.so.def index 8171073673..6ee978fe34 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/hsacore.so.def +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/hsacore.so.def @@ -69,6 +69,7 @@ global: hsa_signal_group_create; hsa_signal_group_destroy; hsa_signal_group_wait_any_scacquire; + hsa_signal_group_wait_any_relaxed; hsa_signal_and_relaxed; hsa_signal_and_scacquire; hsa_signal_and_acquire;