Skip to content

FastTrackFinder: Optimise GPU kernels for time performance

Mathias Eddy E Moors requested to merge mmoors/athena:float_operation into main

The four kernels in FTF have been modified to use floating-point operations instead of doubles to improve computation time without affecting the overall performance of the algorithms.

/cc @aporeba @demelian

Merge request reports