Skip to content

simplify MemoryManager.cuh

Gerhard Raven requested to merge simplify-MemoryManager into master

Reduce the number of template arguments of helper structs by moving them to the function inside them, and allowing the compiler to deduce them from the arguments. In addition, prefer fold expressions over recursive templates.

Edited by Gerhard Raven

Merge request reports