Does EDEM have a multi-level cell/grid feature for more efficient tracking of wide size distributions?
Best Answer
-
Hi Colin,
The CPU and CUDA GPU have different grid/contact detection systems. The CPU grid is fixed regardless of the distribution.
We don't have any published material on the GPU grid but it uses a system similar to the one described here: https://developer.nvidia.com/blog/thinking-parallel-part-ii-tree-traversal-gpu/Regards
Stephen
1
Answers
-
Hi Colin,
The CPU and CUDA GPU have different grid/contact detection systems. The CPU grid is fixed regardless of the distribution.
We don't have any published material on the GPU grid but it uses a system similar to the one described here: https://developer.nvidia.com/blog/thinking-parallel-part-ii-tree-traversal-gpu/Regards
Stephen
1 -
Stephen Cole_21117 said:
Hi Colin,
The CPU and CUDA GPU have different grid/contact detection systems. The CPU grid is fixed regardless of the distribution.
We don't have any published material on the GPU grid but it uses a system similar to the one described here: https://developer.nvidia.com/blog/thinking-parallel-part-ii-tree-traversal-gpu/Regards
Stephen
Thanks very much Stephen!
Kind regards,
Colin
0