From 068dfb7e2f1619463531b2b9df003b0492e57060 Mon Sep 17 00:00:00 2001 From: Konstantin Zhuravlyov Date: Wed, 29 Jun 2016 17:16:30 -0400 Subject: [PATCH] Update p4 makefiles to build new load map api Change-Id: Ic77560d050bed2a2a8e9b83feaa000da640e437a [ROCm/ROCR-Runtime commit: 5129ae1d61c2243d0879d9a70577fc8b5f258c71] --- projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa.cpp index 6b4cd50b71..3f69ec74c6 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa.cpp @@ -257,6 +257,8 @@ hsa_status_t hsa_ven_amd_loader_query_segment_descriptors; ext_table->hsa_ven_amd_loader_query_host_address = hsa_ven_amd_loader_query_host_address; + + return HSA_STATUS_SUCCESS; } else { return HSA_STATUS_ERROR; }