From 23fd2694723ab3f2203e6cd040c5e6633cb989c7 Mon Sep 17 00:00:00 2001 From: Determinant Date: Mon, 18 May 2015 19:29:37 +0800 Subject: add rowsum 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 5b9e3a6..f86a69b 100644 --- a/matrix/cukernel.h +++ b/matrix/cukernel.h @@ -1,4 +1,5 @@ #ifndef NERV_CUKERNEL_H #define NERV_CUKERNEL_H void cuda_sigmoid(const Matrix *a, Matrix *b); +void cuda_rowsum(const Matrix *a, Matrix *b); #endif -- cgit v1.2.3