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

Fix unused shared_mem argument, ensure cudaMemset has completed before task terminates #81

Closed agrippa closed 4 years ago

agrippa commented 4 years ago

Some minor fixes to CUDA module.

agrippa commented 4 years ago

@srirajpaul could you take a look at these quick fixes?