Commit 31d758fb authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

Refine error message for check_err()

parent 43d4bd7a
......@@ -54,7 +54,7 @@ bool run_elementwise_permute(const ExecutionConfig& config, const Problem& probl
b_device_buf.FromDevice(b.mData.data());
return ck::utils::check_err(
b.mData, host_b.mData, "Error: incorrect results in tensor B", 1e-10, 1e-10);
b.mData, host_b.mData, "Error: incorrect results in output tensor", 1e-10, 1e-10);
}
return true;
......
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