Skip to content

C++ shim for replacing new with cudaMallocManaged.

License

Notifications You must be signed in to change notification settings

tallendev/cudam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage:
LD_PRELOAD=/path/to/cudam.so ./a.out

Should replace all calls to new, new[] with cudaMallocManaged() w/o source changes.

About

C++ shim for replacing new with cudaMallocManaged.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published