Skip to content

Rewrite PolyhedronStruct::Initialize without dynamic memory

Jonas Hahnfeld requested to merge polyhedron-init into master

CUDA has only a very limited amount of scratch space for malloc / new. Having many polyhedra exhausted that space, for example when trying to transfer the Phase2 preview geometry of CMS to the GPU.

Edited by Jonas Hahnfeld

Merge request reports