Poplar and PopLibs
codelets.hpp
1// Copyright (c) 2019 Graphcore Ltd. All rights reserved.
2
3#ifndef popfloat_codelets_hpp
4#define popfloat_codelets_hpp
5#include <poplar/Graph.hpp>
6
7namespace popfloat {
8namespace experimental {
9void addCodelets(poplar::Graph &graph);
10} // end namespace experimental
11} // end namespace popfloat
12
13#endif // popfloat_codelets_hpp
This class represents a graph program to be executed on the IPU.
Definition: Graph.hpp:52