git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2091 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
boufaras 2011-01-28 16:35:57 +00:00
commit 81f8b40894
5 changed files with 14 additions and 18 deletions

View file

@ -42,7 +42,7 @@
* class for allocation data on GPU global memory
*/
template<typename T>
class moCudaAllocator {
public:
@ -59,7 +59,7 @@ public:
*@param _data the data to allocate on GPU global memory
*@param _dataSize the size of data to allocate on GPU memory
*/
template<typename T>
void operator()(T* & _data, unsigned _dataSize) {
//Allocate data in GPU memory