MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / gemm_problem

Function gemm_problem

src/targets/gpu/gemm_impl.cpp:580–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578}
579
580static 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
587static void gemm_save_solution(context& ctx,

Callers 2

gemm_save_solutionFunction · 0.85
gemm_default_solutionFunction · 0.85

Calls 2

to_valueFunction · 0.50
push_backMethod · 0.45

Tested by

no test coverage detected