P4 to Git Change 1204580 by lmoriche@lmoriche_opencl_dev on 2015/10/27 19:17:40

SWDEV-78467 - Disable LiquidFlash on OpenCL/HSA

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/build/Makefile.api#126 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_lqdflash_amd.cpp#7 edit
Этот коммит содержится в:
foreman
2015-10-27 19:27:37 -04:00
родитель fcd0c3703e
Коммит cdc0dc4904
+1 -1
Просмотреть файл
@@ -13,7 +13,7 @@
typedef wchar_t char_t;
#endif // __linux__
#if !defined(OPENCL_MAINLINE) && defined(_WIN32)
#if !defined(OPENCL_MAINLINE) && !defined(BUILD_HSA_TARGET) && defined(_WIN32)
#define WITH_LIQUID_FLASH 1
#endif // _WIN32