Minor fix for recent PR (#260)

* fix example

* update IsSupportedArgument

* fix

* disable fp64 conv example as test
This commit is contained in:
Chao Liu
2022-05-30 19:57:49 -05:00
committed by GitHub
parent d32a67a9b6
commit 85fc91c321
12 changed files with 62 additions and 32 deletions

View File

@@ -169,9 +169,7 @@ int main(int argc, char* argv[])
if(!gemm.IsSupportedArgument(argument))
{
std::cout << "wrong! device_gemm with the specified compilation parameters does "
"not support this GEMM problem"
<< std::endl;
std::cout << gemm.GetTypeString() << " does not support this problem" << std::endl;
return 0;
}