"...csrc/git@developer.sourcefind.cn:change/sglang.git" did not exist on "d4c038daede43544d107f81cb5b6337c7a13803a"
Commit 4f6593af authored by illsilin's avatar illsilin
Browse files

enable contraction fp64 on gfx94*

parent 98fd41f5
...@@ -595,7 +595,9 @@ struct DeviceContractionMultipleD_Xdl_CShuffle ...@@ -595,7 +595,9 @@ struct DeviceContractionMultipleD_Xdl_CShuffle
return false; return false;
} }
if(ck::get_device_name() != "gfx90a" && std::is_same<ADataType, double>::value) if((ck::get_device_name() != "gfx90a" || ck::get_device_name() != "gfx940" ||
ck::get_device_name() != "gfx941" || ck::get_device_name() != "gfx942") &&
std::is_same<ADataType, double>::value)
{ {
return false; 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