Skip to content

GPU Communication Block Selectors

Helen Schottenhamml requested to merge mr_gpu_comm_selectors into master

This MR introduces block selectors to the UniformGPUScheme, as until now it is only available for the CPU communication schemes, e.g., src/blockforest/communication/UniformBufferedScheme.h. A unit test to ensure proper behaviour is included.

Merge request reports