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
7
namespace
popfloat {
8
namespace
experimental {
9
void
addCodelets(
poplar::Graph
&graph);
10
}
// end namespace experimental
11
}
// end namespace popfloat
12
13
#endif
// popfloat_codelets_hpp
poplar::Graph
This class represents a graph program to be executed on the IPU.
Definition:
Graph.hpp:52
include
popfloat
experimental
codelets.hpp
Generated by
1.9.3