aboutsummaryrefslogtreecommitdiff
path: root/matrix/cukernel.h
blob: 5b9e3a66eda7be8648651e3401512301d84f0306 (plain) (blame)
1
2
3
4
#ifndef NERV_CUKERNEL_H
#define NERV_CUKERNEL_H
void cuda_sigmoid(const Matrix *a, Matrix *b);
#endif