Skip to content

Only transfer internal class info once

Tom Neep requested to merge single-internal-class-transfer-gpu into gpu-integration

I think we only want to transfer the internal class information once? When running multiple events I get a memory leak which causes a crash if I don't do this. @mslater is this right?

Setting the cuda device once might not be the best thing in case we want to be able to run on multiple devices but the way that we set the code up at the moment I'm not sure this is a problem for now?

Merge request reports