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