cl::sycl::property::queue Namespace Reference
Classes | |
class | enable_profiling |
The enable_profiling property adds the requirement that the SYCL runtime must capture profiling information for the command groups that are submitted from this SYCL queue and provide said information via the SYCL event class get_profiling_info member function, if the associated SYCL device supports queue profiling. More... | |
class | in_order_impl |
Property which enabled in-order scheduling for any command groups submitted to the queue. More... | |