From be416e53ffa9525afb1ced47786569061bec04a4 Mon Sep 17 00:00:00 2001 From: foreman Date: Tue, 3 May 2016 11:48:35 -0400 Subject: [PATCH] P4 to Git Change 1264616 by lmoriche@lmoriche_opencl_dev on 2016/05/03 11:39:29 SWDEV-78467 - OpenCL LiquidFlash feature Enable LiquidFlash on mainline Affected files ... ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/build/Makefile.api#132 edit ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_context.cpp#49 edit ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_lqdflash_amd.cpp#14 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#273 edit [ROCm/clr commit: 3736e175a388ba41ba9d6f15330ead96af42b8f9] --- projects/clr/rocclr/runtime/device/device.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/rocclr/runtime/device/device.hpp b/projects/clr/rocclr/runtime/device/device.hpp index 901e42049a..23d064490f 100644 --- a/projects/clr/rocclr/runtime/device/device.hpp +++ b/projects/clr/rocclr/runtime/device/device.hpp @@ -153,7 +153,7 @@ OclExtensionsString[] = { "cl_khr_mipmap_image ", "cl_khr_mipmap_image_writes ", "", - (IS_MAINLINE || IS_LINUX) ? "" : "cl_amd_liquid_flash ", + (IS_LINUX) ? "" : "cl_amd_liquid_flash ", NULL };