kokkos-tutorials icon indicating copy to clipboard operation
kokkos-tutorials copied to clipboard

Fix Begin for advanced_reductions and parallel_scan

Open masterleinad opened this issue 1 year ago • 0 comments

Related to https://github.com/kokkos/kokkos-tutorials/pull/101/files#r1854601705. The point is to write the interfaces so that the calls to parallel_reduce and parallel_scan compile and are correct. Hence, we shouldn't actually call them in Begin so that the example still compiles.

masterleinad avatar Nov 22 '24 20:11 masterleinad