sub.cpp 292 Bytes
Newer Older
1
2
#include <migraphx/config.hpp>
#include <migraphx/cpu/pointwise.hpp>
3
#include <migraphx/op/sub.hpp>
4
5
6
7
8

namespace migraphx {
inline namespace MIGRAPHX_INLINE_NS {
namespace cpu {

9
template struct cpu_binary<op::sub>;
10
11
12
13

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