From 269be0be2e0024c67f52ebec121042d2a56e92ba Mon Sep 17 00:00:00 2001 From: Sean Keely Date: Fri, 16 Nov 2018 15:07:49 -0600 Subject: [PATCH] Disable forced explicit selection of public vs internal HSA interfaces. Temporary to reenable OCL builds on TC. Change-Id: Ia81f2f9a9dd10ae8ce9627313247a586a8711584 --- runtime/hsa-runtime/core/inc/hsa_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/hsa-runtime/core/inc/hsa_internal.h b/runtime/hsa-runtime/core/inc/hsa_internal.h index 29d05635f5..8f1f7610ae 100644 --- a/runtime/hsa-runtime/core/inc/hsa_internal.h +++ b/runtime/hsa-runtime/core/inc/hsa_internal.h @@ -417,7 +417,7 @@ namespace HSA #ifdef BUILDING_HSA_CORE_RUNTIME //This using declaration is deliberate! //We want unqualified name resolution to fail when building the runtime. This is a guard against accidental use of the intercept layer in the runtime. -using namespace HSA; +//using namespace HSA; #endif #endif