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

Function gemm_finalize

src/targets/gpu/gemm_impl.cpp:645–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643}
644
645int32_t gemm_finalize(context& ctx,
646 const shape& output_shape,
647 const std::vector<shape>& input_shapes,
648 float alpha,
649 float beta,
650 bool compute_fp32,
651 int32_t solution_idx)
652{
653 return gemm_finalize_impl(
654 ctx, output_shape, input_shapes, alpha, beta, compute_fp32, solution_idx);
655}
656
657int32_t gemm_finalize(context& ctx,
658 const shape& output_shape,

Callers 1

finalizeMethod · 0.85

Calls 1

gemm_finalize_implFunction · 0.85

Tested by

no test coverage detected