marker_roctx.hpp 325 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef MIGRAPHX_GUARD_RTGLIB_MARKER_ROCTX_HPP
#define MIGRAPHX_GUARD_RTGLIB_MARKER_ROCTX_HPP

#include <migraphx/marker.hpp>

namespace migraphx {
namespace driver {
inline namespace MIGRAPHX_INLINE_NS {

marker create_marker_roctx();

} // namespace MIGRAPHX_INLINE_NS
} // namespace driver
} // namespace migraphx

#endif