mirror of
https://github.com/paboyle/Grid.git
synced 2026-09-06 09:49:36 +01:00
Updated to compile and run fast on CUDA
This commit is contained in:
@@ -10,7 +10,7 @@ class LatticeBase {};
|
||||
/////////////////////////////////////////////////////////////////////////////////////////
|
||||
void accelerator_inline conformable(GridBase *lhs,GridBase *rhs)
|
||||
{
|
||||
GRID_ASSERT(lhs == rhs);
|
||||
assert(lhs == rhs);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user