Gemm alpha beta profiler (fp32 & fp16) (#91)

* [What] Refactor verification of gemm alpha_beta, move to reference operation
[Why] Sync with other verification

* Profile mk_nk for gemm bias 2d

* Support bias 2d with mn * kn in profiler

* Support bias 2d with km*kn and km*nk in profiler

* Support fp32 bias 2d in profiler

* format

* format

Co-authored-by: rocking <chunylai@amd.com>
Co-authored-by: Chao Liu <chao.liu2@amd.com>
This commit is contained in:
rocking5566
2022-02-22 01:35:21 +08:00
committed by GitHub
parent 2778e99758
commit 19c5d6e651
16 changed files with 1203 additions and 74 deletions

View File

@@ -490,7 +490,7 @@ struct DeviceGemmXdl_C_Shuffle_Bias_2d
auto str = std::stringstream();
// clang-format off
str << "DeviceGemmXdl"
str << "DeviceGemmXdl_C_Shuffle_Bias_2d"
<< "<"
<< BlockSize << ", "
<< MPerBlock << ", "