提交 3c78ebc4 编写于 作者: Z zhaojiaying01

add vector matrix multiplication in Gemm

上级 58183ed5
......@@ -20,7 +20,7 @@ limitations under the License. */
namespace paddle_mobile {
namespace memory {
const int MALLOC_ALIGN = 16;
const int MALLOC_ALIGN = 64;
void Copy(void *dst, const void *src, size_t num) {
std::memcpy(dst, src, num);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册