git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2041 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
8590d4542a
commit
a2c451dd3d
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ public:
|
||||||
void operator()(T* & _data) {
|
void operator()(T* & _data) {
|
||||||
|
|
||||||
//Desallocate data from GPU global memory
|
//Desallocate data from GPU global memory
|
||||||
CUDA_SAFE_CALL(cudaFree(_data));
|
cudaFree(_data);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue