Commit b6d86f12 authored by rocking's avatar rocking
Browse files

clang format

parent 644df335
...@@ -317,8 +317,7 @@ bool profile_gemm_add_relu_add_layernorm_impl(int do_verification, ...@@ -317,8 +317,7 @@ bool profile_gemm_add_relu_add_layernorm_impl(int do_verification,
h_device_buf.FromDevice(h_m_n.mData.data()); h_device_buf.FromDevice(h_m_n.mData.data());
pass = pass && ck::utils::check_err( pass = pass && ck::utils::check_err(
h_m_n, h_m_n_host, "Error: Incorrect results h_m_n", 1e-2, h_m_n, h_m_n_host, "Error: Incorrect results h_m_n", 1e-2, 1e-2);
1e-2);
} }
} }
else else
......
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