Disable forced explicit selection of public vs internal HSA interfaces.

Temporary to reenable OCL builds on TC.

Change-Id: Ia81f2f9a9dd10ae8ce9627313247a586a8711584


[ROCm/ROCR-Runtime commit: 269be0be2e]
This commit is contained in:
Sean Keely
2018-11-16 15:07:49 -06:00
parent fde14b8588
commit d5c5f476fb
@@ -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