cms-patatrack / pixeltrack-standalone

Standalone Patatrack pixel tracking
Apache License 2.0
17 stars 35 forks source link

Updates for the SYCL CPU target #400

Closed fwyzard closed 1 year ago

fwyzard commented 1 year ago

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.