Skip to content

ID GPU tracking: Keep detector model on the GPU for the life of the module

The detector model is static for a given geometry and can be copied once to the GPU at start up. Keep the pointer in a map by gpu id, to allow for multiple GPUs on a system. Also split and tidy the EDM.

Tagging @demelian @aporeba

Merge request reports