Disable forced explicit selection of public vs internal HSA interfaces.

Temporary to reenable OCL builds on TC.

Change-Id: Ia81f2f9a9dd10ae8ce9627313247a586a8711584
Этот коммит содержится в:
Sean Keely
2018-11-16 15:07:49 -06:00
родитель a447d79430
Коммит 269be0be2e
+1 -1
Просмотреть файл
@@ -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