// Copyright (c) 2020 Graphcore Ltd. All rights reserved.
#ifndef popsparse_codelets_hpp
#define popsparse_codelets_hpp

#include <poplar/Graph.hpp>

/// Support for sparse matrices
namespace popsparse {

void addCodelets(poplar::Graph &graph);

} // end namespace popsparse

#endif // popsparse_codelets_hpp
