Commit caa0d9c2 authored by ltqin's avatar ltqin
Browse files

Merge branch 'add_mfma_f64' of...

Merge branch 'add_mfma_f64' of https://github.com/ROCmSoftwarePlatform/composable_kernel into add_mfma_f64
parents 345acac1 1286072a
......@@ -63,7 +63,7 @@ inline std::string get_device_name()
int main()
{
if(get_device_name() != "gfx90a")
if(get_device_name().find("gfx90a") == std::string::npos)
{
std::cout << "TestGemm ..... SUCCESS" << std::endl;
return 0;
......
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