From fd389b72623dcb44009076c3819a74a79b6f94be Mon Sep 17 00:00:00 2001 From: Determinant Date: Tue, 26 May 2015 16:59:25 +0800 Subject: add add_row for cumatrix --- matrix/cukernel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'matrix/cukernel.h') diff --git a/matrix/cukernel.h b/matrix/cukernel.h index 67a255e..dc4ac5a 100644 --- a/matrix/cukernel.h +++ b/matrix/cukernel.h @@ -5,4 +5,5 @@ void cudak_(cuda_rowmax)(const Matrix *a, Matrix *b); void cudak_(cuda_colsum)(const Matrix *a, Matrix *b); void cudak_(cuda_softmax_denominator)(const Matrix *a, const Matrix *max, Matrix *b); void cudak_(cuda_softmax_final)(const Matrix *a, const Matrix *max, const Matrix *deno, Matrix *b); +void cudak_(cuda_add_row)(const Matrix *a, Matrix *b, double beta); #endif -- cgit v1.2.3