CUDAMemory is a memory management class for use with the CUDA architecture from nVidia. It makes transfering of host and device memory simple, and can behave very similar to host code.
Features
- Host to device, and device to host memory transfer.
- Use device memory inside host code without the need for developer to transfer memory.
- Behaves similar to the STL vector class.
- Uses a template class for polymorphism of code.
- Supports single, and TWO DIMENSIONAL arrays in device, and host memory that is also interchangeable with host code!
- Be sure to leave a review!
Follow cuda_memory
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of cuda_memory!