bc473f8a3c
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment - Use the internal libelf instead of the system's when building with cmake. - Don't include codecvt if WITH_LIQUID_FLASH is not defined - Don't memset the device::Kernel::workGroupInfo_, there's a std::string in it. The constructor already zeroes all the fields. Affected files ... ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/CMakeLists.txt#8 edit ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_lqdflash_amd.cpp#21 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.cpp#25 edit