mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-19 22:39:03 +00:00
Gemm test return value (#148)
* Add return value * Replace _Float16 to ck::half_t * A test should return 0 if success and return non-zero if fail
This commit is contained in:
@@ -113,4 +113,5 @@ int main()
|
||||
}
|
||||
|
||||
std::cout << "TestGemm ..... " << (res ? "SUCCESS" : "FAILURE") << std::endl;
|
||||
return res ? 0 : 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user