Commit b00e0325 authored by Jing Zhang's avatar Jing Zhang Committed by mtgu0705
Browse files

fixed

parent f9ffbc9c
...@@ -231,7 +231,7 @@ bool profile_gemm_universal_impl(int do_verification, ...@@ -231,7 +231,7 @@ bool profile_gemm_universal_impl(int do_verification,
} }
else else
{ {
b_k_n_permute(i * K + j) = b_k_n(i * K + j); b_k_n_permute = b_k_n;
} }
b_device_buf.ToDevice(b_k_n_permute.mData.data()); b_device_buf.ToDevice(b_k_n_permute.mData.data());
......
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