Poplar and PopLibs
Loops.hpp
1// Copyright (c) 2022 Graphcore Ltd. All rights reserved.
2
3#ifndef poplar_Loops_hpp_
4#define poplar_Loops_hpp_
5
6#ifdef __IPU__
7
8#include <ipudef.h>
9
10#else
11
12using rptsize_t = unsigned;
13
14#endif // __IPU__
15
16#endif // poplar_Loops_hpp_