Skip to content

Prefix Sum composite algorithm.

Daniel Campora Perez requested to merge dcampora_compact_prefix_sum into master
  • ALGORITHM_PREFIX_SUM(EXPOSED_TYPENAME) is now used to specify a Prefix Sum chain (reduce, single block, scan). It will invoke the three kernels behind the scenes.
  • All sequences use now the new prefix sum composite algorithm. This reduces the amount of algorithms substantially. It has an impact in the resources required by the compiler, and makes it much easier to define a new prefix sum.

Merge request reports