Skip to content

Fix the GPU initialization to zero that was wrong for integers.

Description

Fix the GPU initialization to zero that was wrong for integers. This was making compute-sanitizer complain and prevented to inspect other potentially true errors.

Also the CMakeLists.txt copied the file from the build dir and not the source dir, leading to a non-copy of edited files. This is changed to always copy from the source dir.

News snippet

Minor fix for InitializeGPUBuffers.

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

Loading