Generate automatically StructToTuple.cuh as part of build
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 Hugo Campora Perez