From b51a34b10e84a6ce6120ef7d68d2020a35dfe8fb Mon Sep 17 00:00:00 2001 From: Evgeny Date: Fri, 14 Feb 2020 00:41:08 -0600 Subject: [PATCH] src/core/hsa_interceptor.h Change-Id: Ia0d7724345453c717699b7dd8337e1cfc8d660a7 [ROCm/rocprofiler commit: 9be80e6a12de27353e9b81bc742d7b8ab9d0cffc] --- projects/rocprofiler/src/core/hsa_interceptor.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/rocprofiler/src/core/hsa_interceptor.h b/projects/rocprofiler/src/core/hsa_interceptor.h index 9ebd850b4a..f1d8a0d814 100644 --- a/projects/rocprofiler/src/core/hsa_interceptor.h +++ b/projects/rocprofiler/src/core/hsa_interceptor.h @@ -124,7 +124,6 @@ class HsaInterceptor { size_t size, void** ptr) { - EXC_ABORT(HSA_STATUS_ERROR, "Deprecated API"); hsa_status_t status = HSA_STATUS_SUCCESS; HSA_RT(hsa_memory_allocate_fn(region, size, ptr)); IS_HSA_CALLBACK(ROCPROFILER_HSA_CB_ID_ALLOCATE) { @@ -145,7 +144,6 @@ class HsaInterceptor { hsa_agent_t agent, hsa_access_permission_t access) { - EXC_ABORT(HSA_STATUS_ERROR, "Deprecated API"); hsa_status_t status = HSA_STATUS_SUCCESS; HSA_RT(hsa_memory_assign_agent_fn(ptr, agent, access)); IS_HSA_CALLBACK(ROCPROFILER_HSA_CB_ID_DEVICE) {