diff options
author | Determinant <[email protected]> | 2015-05-18 11:09:58 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2015-05-18 11:09:58 +0800 |
commit | 0f953414dfdbd7abb7b867ce0c3f9390551c1083 (patch) | |
tree | 7b50dd77c0316acac8cdd8c83ad5a34b99b31a83 /matrix/cukernel.h | |
parent | 83006367aeec856bf8e59231c78df5b1802e3138 (diff) |
add sigmoid for cumatrix
Diffstat (limited to 'matrix/cukernel.h')
-rw-r--r-- | matrix/cukernel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/matrix/cukernel.h b/matrix/cukernel.h new file mode 100644 index 0000000..5b9e3a6 --- /dev/null +++ b/matrix/cukernel.h @@ -0,0 +1,4 @@ +#ifndef NERV_CUKERNEL_H +#define NERV_CUKERNEL_H +void cuda_sigmoid(const Matrix *a, Matrix *b); +#endif |