Commit 7dd588d3 authored by Jing Zhang's avatar Jing Zhang
Browse files

fixed return

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -216,5 +216,5 @@ int main()
std::cout << "TestGroupedGemm ..... " << (res ? "SUCCESS" : "FAILURE") << std::endl;
return res;
return res ? 0 : 1;
}
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