cl::sycl::property::buffer Namespace Reference
Classes | |
class | context_bound |
The context_bound property adds the requirement that the SYCL buffer can only be associated with a single SYCL context that is provided to the property. More... | |
class | use_host_ptr |
The use_host_ptr property adds the requirement that the SYCL runtime must not allocate any memory for the SYCL buffer and instead uses the provided host pointer directly. More... | |
class | use_mutex |
The use_mutex property adds the requirement that the memory which is owned by the SYCL buffer can be shared with the application via a mutex_class provided to the property. More... | |