12 #include <sycl/sycl.hpp> 23 sycl::property::queue::in_order());
34 if (device.has(sycl::aspect::ext_intel_free_memory))
sycl::queue createSYCLInOrderQueueOnDefaultDevice()
create an in-order queue using the default device
sycl::queue & getSYCLDefaultDeviceDefaultQueue()
return a reference to the per-device default queue
helper functions for EinsplineSetBuilder
sycl::queue createSYCLQueueOnDefaultDevice()
create a out-of-order queue using the default device
size_t getSYCLdeviceFreeMem()
query free memory on the default device
static sycl::queue & getDefaultDeviceDefaultQueue()
access the the DeviceManager owned default queue.