mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 06:49:15 +00:00
fix copy-paste bug in get_matrix_b; re-enable all tests in multi_abd (#2939)
This commit is contained in:
@@ -224,7 +224,7 @@ bool profile_gemm_multi_abd_impl(int do_verification,
|
||||
auto get_b_matrix = [&]() -> auto {
|
||||
// in case of pass through we avoid allocating a new
|
||||
// tensor and copying values
|
||||
if constexpr(is_same_v<AElementOp, PassThrough>)
|
||||
if constexpr(is_same_v<BElementOp, PassThrough>)
|
||||
{
|
||||
return bs_k_n(Number<0>{});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user