Skip to content

Remove unnecessary GPU synchronizations

Nicolas Tancogne-Dejean requested to merge remove_accel_sync into main

Description

This allows for improving the performances on GPUs for small systems, for which the kernel execution is very fast.

News snippet

Optimization of the GPU code.

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.

Merge request reports