mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
GPU happy for compile...?
This commit is contained in:
parent
ddad25211b
commit
e2a938e7f7
@ -141,7 +141,7 @@ public:
|
|||||||
auto vp1= &mm.vpointers[1][0];
|
auto vp1= &mm.vpointers[1][0];
|
||||||
auto type= mm.type;
|
auto type= mm.type;
|
||||||
int nnum = num/Ls;
|
int nnum = num/Ls;
|
||||||
accelerator_forNB(o,num,vobj::Nsimd(),{
|
accelerator_forNB(o,num,Merger::Nsimd,{
|
||||||
|
|
||||||
int s=o%Ls;
|
int s=o%Ls;
|
||||||
int hxyz=o/Ls; // xyzt related component
|
int hxyz=o/Ls; // xyzt related component
|
||||||
|
@ -73,7 +73,7 @@ public:
|
|||||||
auto vp0= &mm.vpointers[0][0];
|
auto vp0= &mm.vpointers[0][0];
|
||||||
auto vp1= &mm.vpointers[1][0];
|
auto vp1= &mm.vpointers[1][0];
|
||||||
auto type= mm.type;
|
auto type= mm.type;
|
||||||
accelerator_forNB(o,mm.buffer_size/2,Merger::Nsimd(),{
|
accelerator_forNB(o,mm.buffer_size/2,Merger::Nsimd,{
|
||||||
decompress.Exchange(mp[2*o],mp[2*o+1],vp0[o],vp1[o],type);
|
decompress.Exchange(mp[2*o],mp[2*o+1],vp0[o],vp1[o],type);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user