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

@ -42,7 +42,6 @@
* class for allocation data on GPU global memory * class for allocation data on GPU global memory
*/ */
class moCudaAllocator { class moCudaAllocator {
public: public:
@ -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