"vscode:/vscode.git/clone" did not exist on "8e862b7bb0f75eeecff57d6d86f8752eba3ca92c"
Commit e5b9beb3 authored by rocking's avatar rocking
Browse files

Refine error message

parent 3d911b2a
......@@ -119,8 +119,7 @@ int main()
ref_invoker.Run(ref_argument);
y_dev.FromDevice(y.mData.data());
pass &=
ck::utils::check_err(y.mData, host_y.mData, "Error: Incorrect results d1", 1e-3, 1e-3);
pass &= ck::utils::check_err(y.mData, host_y.mData, "Error: Incorrect results", 1e-3, 1e-3);
}
return (pass ? 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