Reduce template bloat in `invoke_device_function`

  • replace visible use of std::index_sequence and the corresponding list of template arguments in the function signature of invoke_device_function with internal use of apply, thus reducing the size of the generated symbol names for instances of invoke_device_function
Edited by Gerhard Raven

Merge request reports

Loading