Skip to content

Fixes required for Legion to be able to run cufinufft

Elliott Slaughter requested to merge fix-legion-cufinufft into development

There are two changes here:

  1. pycuda stores the context in a thread-local. Since Legion executes each task in a thread, this must be set up each time we use the GPU.
  2. Some precision changes to match MPI.

Merge request reports