"projects/web/git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "26e362622ac9b883f6aa8eb72abc30c49e07b29c"
Commit d6dff178 authored by rocking's avatar rocking
Browse files

Sync verification flow with GPU kernel

parent ea6b9481
......@@ -100,7 +100,9 @@ static void host_verify(const Tensor<AType>& a_m_k,
static_cast<AccDataType>(b_element_op(b_k_n(k, n)));
}
c_element_op(c_m_n(m, n), v, c0_k_n(m, n));
CType y = static_cast<CType>(v);
c_element_op(c_m_n(m, n), y, c0_k_n(m, n));
};
make_ParallelTensorFunctor(f_mk_kn_mn,
......
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