#ifndef MIGRAPHX_GUARD_INSTRUCTION_REF_HPP #define MIGRAPHX_GUARD_INSTRUCTION_REF_HPP #include #include #include namespace migraphx { inline namespace MIGRAPHX_INLINE_NS { struct instruction; using instruction_ref = std::list::iterator; } // namespace MIGRAPHX_INLINE_NS } // namespace migraphx #endif