#include <CL/sycl/detail/buffer_impl.hpp>
#include <CL/sycl/detail/common.hpp>
#include <CL/sycl/detail/stl_type_traits.hpp>
#include <CL/sycl/exception.hpp>
#include <CL/sycl/property_list.hpp>
#include <CL/sycl/stl.hpp>
#include <sycl/ext/oneapi/accessor_property_list.hpp>
Go to the source code of this file.
Classes | |
class | cl::sycl::range< dimensions > |
Defines the iteration domain of either a single work-group in a parallel dispatch, or the overall dimensions of the dispatch. More... | |
struct | cl::sycl::detail::BufferInterop< Backend, DataT, Dimensions, AllocatorT > |
class | cl::sycl::buffer< T, dimensions, AllocatorT, __Enabled > |
Defines a shared array that can be used by kernels in queues. More... | |
struct | std::hash< cl::sycl::buffer< T, dimensions, AllocatorT > > |
Namespaces | |
cl | |
We provide new interfaces for matrix muliply in this patch: | |
cl::sycl | |
cl::sycl::detail | |
std | |
Typedefs | |
using | cl::sycl::buffer_allocator = detail::sycl_memory_object_allocator< char > |
template<typename > | |
using | cl::sycl::detail::default_buffer_allocator = buffer_allocator |
Functions | |
template<typename T , int Dimensions, typename AllocatorT > | |
buffer< T, Dimensions, AllocatorT, void > | cl::sycl::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 | cl::sycl::detail::get_native_buffer (const buffer< DataT, Dimensions, Allocator, void > &Obj) -> backend_return_t< BackendName, buffer< DataT, Dimensions, Allocator, void >> |