"...composable_kernel_rocm.git" did not exist on "b79df7712e1917d0e697fac7b701338af5c08814"
Commit 08166a3d authored by Muhammed Emin Ozturk's avatar Muhammed Emin Ozturk
Browse files

no need flags

parent 341b3b38
......@@ -169,7 +169,6 @@ int profile_gemm_universal_streamk(int argc, char* argv[])
return profile(F8{}, F16{}, F32{}, F16{}, Row{}, Col{}, Row{});
}
#endif
#if defined(CK_USE_GFX94)
else if(data_type == GemmDataType::BF16_BF16_BF16 && layout == GemmMatrixLayout::MK_KN_MN)
{
return profile(BF16{}, BF16{}, F32{}, BF16{}, Row{}, Row{}, Row{});
......@@ -186,7 +185,6 @@ int profile_gemm_universal_streamk(int argc, char* argv[])
{
return profile(BF16{}, BF16{}, F32{}, BF16{}, Col{}, Col{}, Row{});
}
#endif
else
{
std::cout << "this data_type & layout is not implemented" << std::endl;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment