Updated to compile and run fast on CUDA

This commit is contained in:
2025-08-10 00:00:13 +01:00
parent 82cfff2990
commit 5adf2657dd
8 changed files with 60 additions and 389 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class LatticeBase {};
/////////////////////////////////////////////////////////////////////////////////////////
void accelerator_inline conformable(GridBase *lhs,GridBase *rhs)
{
GRID_ASSERT(lhs == rhs);
assert(lhs == rhs);
}
////////////////////////////////////////////////////////////////////////////