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

This commit is contained in:
boufaras 2011-02-10 13:46:10 +00:00
commit c85567885e

View file

@ -30,7 +30,7 @@
ParadisEO WebSite : http://paradiseo.gforge.inria.fr ParadisEO WebSite : http://paradiseo.gforge.inria.fr
Contact: paradiseo-help@lists.gforge.inria.fr Contact: paradiseo-help@lists.gforge.inria.fr
*/ */
#ifndef _moCudaAllocator_H_ #ifndef _moCudaAllocator_H_
#define _moCudaAllocator_H_ #define _moCudaAllocator_H_
@ -42,10 +42,9 @@
* class for allocation data on GPU global memory * class for allocation data on GPU global memory
*/ */
class moCudaAllocator { class moCudaAllocator {
public: public:
/** /**
* Constructor * Constructor
@ -53,7 +52,7 @@ public:
moCudaAllocator() { moCudaAllocator() {
} }
template<typename T>
/** /**
*Allocate data on GPU global memory *Allocate data on GPU global memory
*@param _data the data to allocate on GPU global memory *@param _data the data to allocate on GPU global memory