11#if defined(SharedSYCL) and !defined(_TARCH_MULTICORE_SYCL_CORE_H_)
12#define _TARCH_MULTICORE_SYCL_CORE_H_
14#pragma push_macro("Dimensions")
15#pragma push_macro("assertion")
19#pragma pop_macro("Dimensions")
20#pragma pop_macro("assertion")
27 sycl::queue& getHostSYCLQueue();
Have to include this header, as I need access to the SYCL_EXTERNAL keyword.