| 578 | } |
| 579 | |
| 580 | static value gemm_problem(const shape& output_shape, std::vector<shape> input_shapes) |
| 581 | { |
| 582 | input_shapes.push_back(output_shape); |
| 583 | return to_value(input_shapes); |
| 584 | } |
| 585 | |
| 586 | #ifdef MIGRAPHX_USE_ROCBLAS_TUNING_API |
| 587 | static void gemm_save_solution(context& ctx, |
no test coverage detected