#include <cuda_runtime_api.h>
#include <nanovdb/util/cuda/Util.h>
#include <cstddef>
Go to the source code of this file.
|
| class | PinnedResource |
| | Default host-pinned memory resource. Allocations are page-locked host memory (cudaMallocHost) that is both host-accessible and device-accessible, so it can serve as the host side of an asynchronous host<->device copy. More...
|
|
| namespace | nanovdb |
| | Defines a simple memory pool used to call cub functions that use dynamic temporary storage.
|
| namespace | nanovdb::cuda |