Skip to content

Optimize DistanceFromChain

Marcus Hardt requested to merge optimize-dfc into main

Created by: lehr-fa

Optimizes DistanceFromChain using vectorization on GPU. This limits the maximum number of data loader processes to the number of available GPUs.

Merge request reports