aboutsummaryrefslogblamecommitdiff
path: root/matrix/cukernel.h
blob: f86a69b9cf1e31d4baad87a3700976ccc8e401f1 (plain) (tree)
1
2
3
4
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