Merge commit '9d4bfe393276317b5c1f9dda990eb0bd6c1ec3e7' into develop

This commit is contained in:
assistant-librarian[bot]
2025-10-09 07:12:56 +00:00
parent 8620b69b7a
commit 64603db299
5 changed files with 34 additions and 12 deletions

View File

@@ -47,6 +47,7 @@ bool profile_gemm_ab_scale_impl(int do_verification,
int StrideA,
int StrideB,
int StrideE,
int KBatch,
int n_warmup,
int n_iter,
uint64_t rotating = 0)
@@ -238,6 +239,7 @@ bool profile_gemm_ab_scale_impl(int do_verification,
a_element_op,
b_element_op,
c_element_op);
op_ptr->SetKBatch(argument_ptr.get(), KBatch);
auto invoker_ptr = op_ptr->MakeInvokerPointer();