提交 559241d1 编写于 作者: Z Zhen Wang

rewrite AddDot6x8

上级 ad70c6d0
此差异已折叠。
......@@ -22,9 +22,9 @@ limitations under the License. */
#define b(i, j) b[(i)*ldb + (j)]
#define c1(i, j) c1[(i)*ldc + (j)]
#define m 2048
#define n 2048
#define k 2048
#define m 1024
#define n 1024
#define k 1024
int main() {
paddle_mobile::PaddleMobile<paddle_mobile::CPU> paddle_mobile;
......
......@@ -86,7 +86,8 @@ int TestMulOP() {
++neq;
}
}
DLOG << "mnk=" << m << " " << n << " " << k << " eq=" << eq << " neq=" << neq;
DLOG << "mnk=" << m << " " << n << " " << k << " eq=" << eq
<< " neq=" << neq;
delete op;
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册