From 7f4042ec86980811c32a698448f9920162770f91 Mon Sep 17 00:00:00 2001 From: Haonan Date: Wed, 1 Feb 2017 14:56:30 -0800 Subject: [PATCH] fix stub error --- paddle/cuda/include/stub/hl_matrix_stub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/cuda/include/stub/hl_matrix_stub.h b/paddle/cuda/include/stub/hl_matrix_stub.h index 1309c5974fc..a1712d1e4d2 100644 --- a/paddle/cuda/include/stub/hl_matrix_stub.h +++ b/paddle/cuda/include/stub/hl_matrix_stub.h @@ -108,6 +108,6 @@ inline void hl_matrix_collect_shared_bias(real* B_d, real scale) {} inline void hl_matrix_rotate( - real* mat, real* matRot, int dimM, int dimN, bool clockWise); + real* mat, real* matRot, int dimM, int dimN, bool clockWise) {} #endif // HL_MATRIX_STUB_H_ -- GitLab