Skip to content

Commit

Permalink
declare redgrapes methods before use
Browse files Browse the repository at this point in the history
  • Loading branch information
ikbuibui committed Jan 9, 2024
1 parent faa3bc9 commit 0c1ddb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions redGrapes/dispatch/mpi/request_pool.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

namespace redGrapes
{
void yield(scheduler::EventPtr event);
std::optional<scheduler::EventPtr> create_event();

namespace dispatch
{
namespace mpi
Expand Down

0 comments on commit 0c1ddb3

Please sign in to comment.