Poplar and PopLibs
codelets.hpp
1// Copyright (c) 2017 Graphcore Ltd. All rights reserved.
2
3#ifndef popops_codelets_hpp
4#define popops_codelets_hpp
5#include <poplar/Graph.hpp>
6
8namespace popops {
9void addCodelets(poplar::Graph &graph);
10}
11
12#endif // popops_codelets_hpp
This class represents a graph program to be executed on the IPU.
Definition: Graph.hpp:52
Common functions, such as elementwise and reductions.
Definition: AllTrue.hpp:15