Commit 67de476b authored by qinletao's avatar qinletao
Browse files

remove typeid because fp16

parent 9e8cb769
......@@ -154,7 +154,6 @@ struct TestGemm
auto operator()(DeviceGemmPtr_& gemmPtr)
{
std::cout << "Data type: " << typeid(CDataType{}).name() << std::endl;
std::cout << "ALayout = " << ALayout{}.name << ", BLayout = " << BLayout{}.name
<< ", CLayout = " << CLayout{}.name << std::endl;
std::cout << gemmPtr->GetTypeString() << 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