Skip to content

Commit

Permalink
More comments
Browse files Browse the repository at this point in the history
  • Loading branch information
G-071 committed Mar 12, 2024
1 parent 1266492 commit 1a97938
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
/// views, launching aggregated Kokkos kernels and mapping aggregated views
/// to the correct subview for the current task

// I originally developed and tested these utilities within Octotiger. See:
// STEllAR-GROUP/octotiger/pull/469 and STEllAR-GROUP/octotiger/pull/487
// However, I think they are better fit for CPPuddle as they can be used
// independent of Octotiger with the work aggregation
#ifndef KOKKOS_AGGREGATION_UTIL_HPP
#define KOKKOS_AGGREGATION_UTIL_HPP
#include <hpx/futures/future.hpp>
Expand Down

0 comments on commit 1a97938

Please sign in to comment.