#include <sycl/context.hpp>
#include <sycl/detail/property_helper.hpp>
#include <sycl/properties/property_traits.hpp>
#include <mutex>
#include <stdint.h>
#include <type_traits>
#include <utility>
Go to the source code of this file.
|
class | sycl::_V1::property::buffer::use_host_ptr |
|
class | sycl::_V1::property::buffer::use_mutex |
|
class | sycl::_V1::property::buffer::context_bound |
|
class | sycl::_V1::property::buffer::mem_channel |
|
class | sycl::_V1::property::buffer::detail::buffer_location |
|
class | sycl::_V1::ext::oneapi::property::buffer::use_pinned_host_memory |
|
class | sycl::_V1::buffer< T, dimensions, AllocatorT, __Enabled > |
| Defines a shared array that can be used by kernels in queues. More...
|
|
struct | sycl::_V1::is_property_of< property::buffer::use_host_ptr, buffer< T, Dimensions, AllocatorT, void > > |
|
struct | sycl::_V1::is_property_of< property::buffer::use_mutex, buffer< T, Dimensions, AllocatorT, void > > |
|
struct | sycl::_V1::is_property_of< property::buffer::detail::buffer_location, buffer< T, Dimensions, AllocatorT, void > > |
|
struct | sycl::_V1::is_property_of< property::buffer::context_bound, buffer< T, Dimensions, AllocatorT, void > > |
|
struct | sycl::_V1::is_property_of< property::buffer::mem_channel, buffer< T, Dimensions, AllocatorT, void > > |
|
struct | sycl::_V1::is_property_of< ext::oneapi::property::buffer::use_pinned_host_memory, buffer< T, Dimensions, AllocatorT, void > > |
|