Skip to content

Commit

Permalink
Add missing fwd decl in madness backend
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Schuchart <[email protected]>
  • Loading branch information
devreal committed May 22, 2024
1 parent cd29b87 commit 9aadc1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ttg/ttg/madness/fwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ namespace ttg_madness {
template<typename... Buffer>
inline void mark_device_out(std::tuple<Buffer&...> &b);

inline int num_devices();

} // namespace ttg_madness

#endif // TTG_MADNESS_FWD_H

0 comments on commit 9aadc1f

Please sign in to comment.