DPC++ Runtime
Runtime libraries for oneAPI DPC++
buffer.hpp File Reference
Include dependency graph for buffer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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 > >
 

Namespaces

 sycl
 ---— Error handling, matching OpenCL plugin semantics.
 
 sycl::_V1
 
 sycl::_V1::ext
 
 sycl::_V1::ext::oneapi
 
 sycl::_V1::detail
 
 std
 

Typedefs

template<typename DataT >
using sycl::_V1::buffer_allocator = detail::sycl_memory_object_allocator< DataT >
 

Functions

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 >>