Skip to content

Fix Parallel Scan implementation for TBB Device

Sujin Philip requested to merge sujin.philip/vtk-m:fix-tbb-scan into master

The previous implementation assumed the identity value to be zero, which does not work for multiplication. Changed the interface to require an initial value for Exclusive Scan with custom operator (TBB Device only, for now).

Merge request reports