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
|
|
@ -41,7 +41,6 @@
|
|||
* class of managment of specific data problem
|
||||
*/
|
||||
|
||||
template<class T>
|
||||
class moCudaSpecificData {
|
||||
|
||||
public:
|
||||
|
|
@ -78,10 +77,10 @@ public:
|
|||
sizeData = _size;
|
||||
}
|
||||
|
||||
public:
|
||||
public:
|
||||
|
||||
unsigned int sizeData;
|
||||
moCudaObject<T> cudaObject;
|
||||
moCudaObject cudaObject;
|
||||
|
||||
};
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue