Clean src
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2402 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
8e33a572b7
commit
334e6caf87
1 changed files with 0 additions and 8 deletions
|
|
@ -132,12 +132,9 @@ public:
|
|||
a_h[i * Nd + j] =pow(-1,rand());
|
||||
}
|
||||
}
|
||||
cout <<"v: "<<endl;
|
||||
for (int i = 0; i < Nd; i++) {
|
||||
v[i]=pow(-1,rand());
|
||||
printf("%d ", v[i]);
|
||||
}
|
||||
cout << endl;
|
||||
|
||||
for (int i = 0; i < Md; i++) {
|
||||
s[i] = 0;
|
||||
|
|
@ -151,11 +148,6 @@ public:
|
|||
if(s[i]>0)
|
||||
H_h[s[i]-1]++;
|
||||
}
|
||||
for (int i = 0; i < Nd; i++)
|
||||
printf("%d ", H_h[i]);
|
||||
cout<<endl;
|
||||
|
||||
|
||||
|
||||
//Allocate and copy QAP data from CPU memory to GPU global memory
|
||||
GPUObject.memCopy(a_d, a_h, Nd * Md);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue