Go to the source code of this file.
|
class | sycl::_V1::range< dimensions > |
| Defines the iteration domain of either a single work-group in a parallel dispatch, or the overall dimensions of the dispatch. More...
|
|
class | sycl::_V1::host_accessor< DataT, Dimensions, AccessMode > |
|
class | sycl::_V1::buffer< T, dimensions, AllocatorT, __Enabled > |
| Defines a shared array that can be used by kernels in queues. More...
|
|
class | sycl::_V1::ext::oneapi::weak_object< SYCLObjT > |
|
struct | sycl::_V1::detail::BufferInterop< Backend, DataT, Dimensions, AllocatorT > |
|
class | sycl::_V1::detail::buffer_plain |
|
class | sycl::_V1::buffer< T, dimensions, AllocatorT, __Enabled > |
| Defines a shared array that can be used by kernels in queues. More...
|
|
struct | std::hash< sycl::buffer< T, dimensions, AllocatorT > > |
|
|
template<typename T , int Dimensions, typename AllocatorT > |
buffer< T, Dimensions, AllocatorT, void > | sycl::_V1::detail::make_buffer_helper (pi_native_handle Handle, const context &Ctx, event Evt={}, bool OwnNativeHandle=true) |
|
template<backend BackendName, typename DataT , int Dimensions, typename Allocator > |
auto | sycl::_V1::detail::get_native_buffer (const buffer< DataT, Dimensions, Allocator, void > &Obj) -> backend_return_t< BackendName, buffer< DataT, Dimensions, Allocator, void >> |
|