|
CPPuddle
|
Underlying allocator for SYCL device memory (using the sycl::default_selector{}) More...
#include <sycl_underlying_allocators.hpp>
Public Types | |
| using | value_type = T |
Public Member Functions | |
| sycl_device_default_allocator () noexcept=default | |
| template<class U > | |
| sycl_device_default_allocator (sycl_device_default_allocator< U > const &) noexcept | |
| T * | allocate (std::size_t n) |
| void | deallocate (T *p, std::size_t n) |
Underlying allocator for SYCL device memory (using the sycl::default_selector{})
| using cppuddle::memory_recycling::detail::sycl_device_default_allocator< T >::value_type = T |
|
defaultnoexcept |
|
inlineexplicitnoexcept |
|
inline |
|
inline |