git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2139 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
c548ca9e17
commit
c85567885e
1 changed files with 55 additions and 56 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue