From d108c2eee63dfd5293bf3e09052b11215895693e Mon Sep 17 00:00:00 2001 From: German Andryeyev Date: Wed, 21 Apr 2021 17:03:10 -0400 Subject: [PATCH] SWDEV-86035 - Disable liquidflash for PAL build under Linux Change-Id: I19d335654f98277be0e9af8a25e38d86a6b8de2e [ROCm/clr commit: c9feefc584dab49a52d4015e644a59a5be789763] --- projects/clr/opencl/amdocl/cl_lqdflash_amd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/opencl/amdocl/cl_lqdflash_amd.cpp b/projects/clr/opencl/amdocl/cl_lqdflash_amd.cpp index b7bea3db2b..df5d007ef7 100644 --- a/projects/clr/opencl/amdocl/cl_lqdflash_amd.cpp +++ b/projects/clr/opencl/amdocl/cl_lqdflash_amd.cpp @@ -26,7 +26,7 @@ #include "cl_lqdflash_amd.h" #if (!defined(BUILD_HSA_TARGET) && defined(WITH_HSA_DEVICE) && \ - defined(WITH_AMDGPU_PRO)) || defined(_WIN32) || defined(WITH_PAL_DEVICE) + defined(WITH_AMDGPU_PRO)) || defined(_WIN32) #define WITH_LIQUID_FLASH 1 #endif // _WIN32