cl::sycl::accessor< elemT, kDims, kMode, access::target::host_image, access::placeholder::false_t > Class Template Reference
Specialization for a host image accessor. More...
#include <host_image_accessor.h>
Public Member Functions | |
template<typename AllocatorT > | |
accessor (image< kDims, AllocatorT > &imageRef, const property_list &propList={}) | |
Constructs a host image accessor. More... | |
Detailed Description
template<typename elemT, int kDims, access::mode kMode>
class cl::sycl::accessor< elemT, kDims, kMode, access::target::host_image, access::placeholder::false_t >
Specialization for a host image accessor.
- Template Parameters
-
elemT Underlying data type kDims Number of accessor dimensions (> 0) kMode Access mode
Definition at line 30 of file host_image_accessor.h.
Constructor & Destructor Documentation
◆ accessor()
|
inlineexplicit |
Constructs a host image accessor.
- Template Parameters
-
AllocatorT Type of the image allocator
- Parameters
-
imageRef Image object where access is being requested propList Additional properties
Definition at line 47 of file host_image_accessor.h.
The documentation for this class was generated from the following file: