mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-19 22:39:03 +00:00
Minor fix for recent PR (#260)
* fix example * update IsSupportedArgument * fix * disable fp64 conv example as test
This commit is contained in:
@@ -167,9 +167,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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user