Skip to content

Generate automatically StructToTuple.cuh as part of build

Daniel Campora Perez requested to merge dcampora_stt into master

This MR enables automatic generation of StructToTuple.cuh as part of the compilation. The maximum length of the generated struct to tuple depends on the maximum number of parameters + properties existing in any one algorithm.

This effectively removes the limit of parameters + properties.

Edited by Daniel Campora Perez

Merge request reports