Skip to content

Fix GPU routine for integers

Nicolas Tancogne-Dejean requested to merge fix_set_zero_routine into main

Description

The routine was not working for integers, causing the code to stop is one tries to initialize all GPU buffers to zero.

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