1 #include "cheetah/data/cuda/detail/CachingAllocatorImpl.cuh" 8 T* CachingAllocatorImpl<cheetah::Cuda,T>::_allocate(std::size_t num_elements)
10 return thrust::cuda::malloc<T>(num_elements).
get();
14 void CachingAllocatorImpl<cheetah::Cuda,T>::_free(T* ptr)
16 thrust::cuda::free(thrust::cuda::pointer<T>(ptr));
Some limits and constants for FLDO.