Closed jan-van-bergen closed 2 years ago
Abstraction for different memory allocation strategies. This allows e.g. the TLAS Array<BVHNode> to use CUDA pinned memory to avoid an additional copy when uploading to the GPU.
Array<BVHNode>
Implemented Allocators:
LinearAllocator
PinnedAllocator
StackAllocator
Abstraction for different memory allocation strategies. This allows e.g. the TLAS
Array<BVHNode>
to use CUDA pinned memory to avoid an additional copy when uploading to the GPU.Implemented Allocators:
LinearAllocator
PinnedAllocator
StackAllocator