git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2061 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
4f1da454aa
commit
e39fb7253c
1 changed files with 4 additions and 2 deletions
|
|
@ -40,11 +40,11 @@
|
||||||
template<class ElemType>
|
template<class ElemType>
|
||||||
class QAPData: public moCudaSpecificData<ElemType> {
|
class QAPData: public moCudaSpecificData<ElemType> {
|
||||||
|
|
||||||
|
public:
|
||||||
|
|
||||||
using moCudaSpecificData<ElemType>::sizeData;
|
using moCudaSpecificData<ElemType>::sizeData;
|
||||||
using moCudaSpecificData<ElemType>::cudaObject;
|
using moCudaSpecificData<ElemType>::cudaObject;
|
||||||
|
|
||||||
public:
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Constructor
|
* Default Constructor
|
||||||
*/
|
*/
|
||||||
|
|
@ -155,6 +155,8 @@ public:
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public:
|
||||||
|
|
||||||
ElemType* a_h;
|
ElemType* a_h;
|
||||||
ElemType* b_h;
|
ElemType* b_h;
|
||||||
ElemType* a_d;
|
ElemType* a_d;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue