OpenVDB
9.0.1
|
Implements a simple CUDA allocator! More...
Go to the source code of this file.
Classes | |
class | CudaDeviceBuffer |
Simple memory buffer using un-managed pinned host memory when compiled with NVCC. Obviously this class is making explicit used of CUDA so replace it with your own memory allocator if you are not using CUDA. More... | |
struct | BufferTraits< CudaDeviceBuffer > |
Namespaces | |
nanovdb | |
Macros | |
#define | cudaCheck(ans) |
#define | checkPtr(ptr, msg) |
Implements a simple CUDA allocator!
CudaDeviceBuffer - a class for simple cuda buffer allocation and management
#define checkPtr | ( | ptr, | |
msg | |||
) |
#define cudaCheck | ( | ans | ) |