Skip to content

Commit 7f4042e

Browse files
author
Haonan
committed
fix stub error
1 parent 2558c3f commit 7f4042e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/cuda/include/stub/hl_matrix_stub.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ inline void hl_matrix_collect_shared_bias(real* B_d,
108108
real scale) {}
109109

110110
inline void hl_matrix_rotate(
111-
real* mat, real* matRot, int dimM, int dimN, bool clockWise);
111+
real* mat, real* matRot, int dimM, int dimN, bool clockWise) {}
112112

113113
#endif // HL_MATRIX_STUB_H_

0 commit comments

Comments
 (0)