Skip to content

Bugfix for current_nr_timesteps in CUDA gridder kernel

Bram Veenboer requested to merge fix-cuda-gridder into master

Fix the issue where current_nr_timesteps can become 0, causing the kernel to run indefinitely.

Merge request reports