| 1491 | } |
| 1492 | |
| 1493 | extern "C" migraphx_status migraphx_instructions_destroy(migraphx_instructions_t instructions) |
| 1494 | { |
| 1495 | auto api_error_result = migraphx::try_([&] { destroy((instructions)); }); |
| 1496 | return api_error_result; |
| 1497 | } |
| 1498 | |
| 1499 | extern "C" migraphx_status migraphx_instructions_assign_to(migraphx_instructions_t output, |
| 1500 | const_migraphx_instructions_t input) |