mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-19 04:19:36 +00:00
Merge commit '9d4bfe393276317b5c1f9dda990eb0bd6c1ec3e7' into develop
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user