syclreference.com
  1. SYCL
  2. | API Reference
  3. | Allocators
  4. | aligned_allocator
  5. | aligned_allocator

aligned_allocator

MISSING


aligned_allocator(const cl::sycl::detail::aligned_mem::aligned_allocator &)
(1)
aligned_allocator(size_t alignment, size_t requiredSizeMultiplier)
(2)
  1. (default)
    Parameters:
    • const cl::sycl::detail::aligned_mem::aligned_allocator & unnamed
  2. Constructs an allocator that can allocate memory aligned to a certain multiple of
    Parameters:
    • size_t alignment : Memory alignment boundary in bytes.
    • size_t requiredSizeMultiplier : The requirement for the allocation size to

syclreference.com — SYCL Reference Pages

Last updated: 2019-01-24 00:24:52 +0000