git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2091 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
32553eac38
commit
81f8b40894
5 changed files with 14 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue