habanero-rice / hclib

A C/C++ task-based programming model for shared memory and distributed parallel computing.
http://habanero-rice.github.io/hclib/
BSD 3-Clause "New" or "Revised" License
71 stars 35 forks source link

Make kernels in CUDA module more asynchronous, add ability to express source for copy as a future value #82

Closed agrippa closed 4 years ago

agrippa commented 4 years ago

Some small changes made to HClib in support of the HERDS project.

agrippa commented 4 years ago

@srirajpaul do you have some time to take a look at this diff?

srirajpaul commented 4 years ago

@agrippa Sure. I will take a look.