提交 1444d5a8 编写于 作者: Z Zhen Wang

rewrite AddDot6x8

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