aboutsummaryrefslogtreecommitdiff
path: root/matrix/cukernel.h
diff options
context:
space:
mode:
authorcloudygoose <cloudygooseg@gmail.com>2015-06-02 11:14:18 +0800
committercloudygoose <cloudygooseg@gmail.com>2015-06-02 11:14:18 +0800
commit2bb2076fe12deb3bf6a38bd2e192dca06c7736e0 (patch)
tree8d0ae95e5474eb70d86a000ccc0b38df017af3e0 /matrix/cukernel.h
parent5e7fcdf4e5be450927764254d492d87349e4114e (diff)
parentd0a3e02d1a25a681ac78fd66aedf63f96636f6d2 (diff)
...
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'matrix/cukernel.h')
-rw-r--r--matrix/cukernel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/matrix/cukernel.h b/matrix/cukernel.h
index 232699d..178b7d3 100644
--- a/matrix/cukernel.h
+++ b/matrix/cukernel.h
@@ -10,4 +10,7 @@ void cudak_(cuda_softmax_denominator)(const Matrix *a, const Matrix *max, Matrix
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);
void cudak_(cuda_fill)(Matrix *a, double val);
+void cudak_(cuda_expand_frm)(const Matrix *a, Matrix *b, int context);
+void cudak_(cuda_rearrange_frm)(const Matrix *a, Matrix *b, int step);
+void cudak_(cuda_scale_row)(const Matrix *a, Matrix *b);
#endif