Skip to content

cfobel/cuda__mapped_allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

The mapped_allocator allocator defined in mapped_allocator.hpp can be used to allocate host mapped memory from the NVIDIA CUDA API. Behind the scenes, the mapped_allocator uses cudaHostAlloc and cudaFreeHost.

The demonstration code is based on example from Dr. Dobb.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors