Automatically enable the workarounds for the OpenCL CPU back-end based on the __SYCL_TARGET_INTEL_X86_64__ macro, instead of by setting the CPU_DEBUG macro explicitly.
Add the path to the TBB library to the LD_LIBRARY_PATH: the AOT compiler for the CPU target requires the OpenCL CPU runtime. In turn, the OpenCL CPU runtime requires the TBB library.
Automatically enable the workarounds for the OpenCL CPU back-end based on the
__SYCL_TARGET_INTEL_X86_64__
macro, instead of by setting theCPU_DEBUG
macro explicitly.Add the path to the TBB library to the
LD_LIBRARY_PATH
: the AOT compiler for the CPU target requires the OpenCL CPU runtime. In turn, the OpenCL CPU runtime requires the TBB library.