mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-17 03:19:48 +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
[ROCm/composable_kernel commit: 3ba149328f]
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