Skip to content

Commit

Permalink
Merge pull request #323 from waveygang/taskflow-map
Browse files Browse the repository at this point in the history
Taskflow map
  • Loading branch information
ekg authored Feb 25, 2025
2 parents 72f848e + 6473fc0 commit afd6f0f
Show file tree
Hide file tree
Showing 82 changed files with 33,201 additions and 530 deletions.
14 changes: 14 additions & 0 deletions src/common/taskflow/algorithm/algorithm.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#pragma once

namespace tf {

class Algorithm {

public:

template <typename T>
static auto make_module_task(T&&);

};

} // end of namespace tf -----------------------------------------------------
Loading

0 comments on commit afd6f0f

Please sign in to comment.