mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-16 23:07:05 +01:00
GPU happy for compile...?
This commit is contained in:
@ -73,7 +73,7 @@ public:
|
||||
auto vp0= &mm.vpointers[0][0];
|
||||
auto vp1= &mm.vpointers[1][0];
|
||||
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);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user