Skip to content

meta-programming complexity reductions and Serial always declared

Created by: jrmadsen

  • moved Serial declaration outside of KOKKOS_ENABLE_SERIAL
  • reduced complexity of Concatenate and GatherActiveSpaces

Basically, the original version of GatherActiveSpaces recursively instantiated both GatherActiveSpaces and Concatenate, this version is a single instantiation of GatherActiveSpaces.

Merge request reports