CPPuddle
|
#include <cuda_runtime.h>
#include <stdexcept>
#include <string>
Go to the source code of this file.
Classes | |
struct | cppuddle::memory_recycling::detail::cuda_pinned_allocator< T > |
Underlying host allocator for CUDA pinned memory. More... | |
struct | cppuddle::memory_recycling::detail::cuda_device_allocator< T > |
Underlying allocator for CUDA device memory. More... | |
Namespaces | |
namespace | cppuddle |
namespace | cppuddle::memory_recycling |
CPPuddle namespace containing the memory recycling functionality. | |
namespace | cppuddle::memory_recycling::detail |
Functions | |
template<class T , class U > | |
constexpr bool | cppuddle::memory_recycling::detail::operator== (cuda_pinned_allocator< T > const &, cuda_pinned_allocator< U > const &) noexcept |
template<class T , class U > | |
constexpr bool | cppuddle::memory_recycling::detail::operator!= (cuda_pinned_allocator< T > const &, cuda_pinned_allocator< U > const &) noexcept |
template<class T , class U > | |
constexpr bool | cppuddle::memory_recycling::detail::operator== (cuda_device_allocator< T > const &, cuda_device_allocator< U > const &) noexcept |
template<class T , class U > | |
constexpr bool | cppuddle::memory_recycling::detail::operator!= (cuda_device_allocator< T > const &, cuda_device_allocator< U > const &) noexcept |