Thrust
|
Allocates storage in device memory. More...
#include <thrust/detail/config.h>
#include <thrust/device_ptr.h>
#include <cstddef>
#include <thrust/detail/device_malloc.inl>
Go to the source code of this file.
Namespaces | |
thrust | |
thrust is the top-level namespace which contains all Thrust functions and types. | |
Functions | |
thrust::device_ptr< void > | thrust::device_malloc (const std::size_t n) |
Allocates storage in device memory.