contiguous.cpp 305 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <migraphx/config.hpp>
#include <migraphx/cpu/pointwise.hpp>
#include <migraphx/op/contiguous.hpp>

namespace migraphx {
inline namespace MIGRAPHX_INLINE_NS {
namespace cpu {

template struct cpu_unary<op::contiguous>;

} // namespace cpu
} // namespace MIGRAPHX_INLINE_NS
} // namespace migraphx