"cacheflow/frontend/simple_frontend.py" did not exist on "a1b3de86cd6f27aeb299d45296a7409b8d2b7c0c"
Commit 0b23a331 authored by root's avatar root
Browse files

argument supported and clang

parent a6b30591
......@@ -469,7 +469,8 @@ struct DeviceGemm_Xdl_CShuffle_Streamk_V3 : public DeviceGemm_Streamk_V2<ALayout
{
return false;
}
if(!is_bf16_atomic_supported() && std::is_same_v<CDataType, ck::bhalf_t> && arg.Streamk_sel > 0)
if(!is_bf16_atomic_supported() && std::is_same_v<CDataType, ck::bhalf_t> &&
arg.Streamk_sel > 0)
{
return false;
}
......
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