Skip to content

Workaround Cuda limits

Xavier Andrade requested to merge workaround_cuda_limits into develop

Kernel launch sizes are restricted in CUDA (but not in OpenCL), this causes problem in Octopus when grids have too many points. This changes work around that.

Edited by Xavier Andrade

Merge request reports