You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few #ifdef CUDAs around the cleanup of registeredTreepieces---a vector of treepieces on each node. This information could be useful elsewhere (e.g. the TreePieceReplica code) so all these CUDA ifdefs could be removed and the cleanup done in one place. I suggest the start of Main::buildTree().
The text was updated successfully, but these errors were encountered:
There are a few
#ifdef CUDA
s around the cleanup of registeredTreepieces---a vector of treepieces on each node. This information could be useful elsewhere (e.g. the TreePieceReplica code) so all these CUDA ifdefs could be removed and the cleanup done in one place. I suggest the start of Main::buildTree().The text was updated successfully, but these errors were encountered: