|
Extended CUDA Library (ecuda)
2.0
|
#include <limits>#include <stdexcept>#include "global.hpp"#include "type_traits.hpp"#include "ptr/common.hpp"#include "ptr/padded_ptr.hpp"Go to the source code of this file.
Classes | |
| class | ecuda::host_allocator< T, Flags > |
| Allocator for page-locked host memory. More... | |
| class | ecuda::device_allocator< T > |
| Allocator for device memory. More... | |
| class | ecuda::device_pitch_allocator< T > |
| Allocator for hardware aligned device memory. More... | |
Namespaces | |
| ecuda | |
Macros | |
| #define | ECUDA_ALLOCATORS_HPP |
| #define ECUDA_ALLOCATORS_HPP |
Definition at line 40 of file allocators.hpp.
1.8.6