add &
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2010 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
2c36d7eab9
commit
788ef15d48
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ public:
|
|||
//Allocate data in GPU memory
|
||||
CUDA_SAFE_CALL(cudaMalloc((void**) &_data, _dataSize * sizeof(T)));
|
||||
|
||||
// Check if data allocation was failed
|
||||
// Check if data allocation is failed
|
||||
CUT_CHECK_ERROR("Allocation of data on GPU global memory failed");
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue