aboutsummaryrefslogtreecommitdiff
path: root/nerv/lib/matrix/generic
Commit message (Collapse)AuthorAge
* fix the bug in freeing submatrix; add `offset` to Matrix structurebugfix-matrixfreeDeterminant2015-12-10
|
* add cflag __NERV_FUTURE_CUDA_7Determinant2015-11-23
|
* small coding style changetxh182015-11-18
|
* added atomicAdd for select_linear update, however, the result still seems ↵txh182015-11-17
| | | | unreproducable, I changed select_linear layer update back to line-by-line
* using atomicAdd for select_linear updatetxh182015-11-17
|
* changed copy_rows_fromd_by_idx a bit to make it clearertxh182015-10-28
|
* added update_select_rows for select_linear:update speed-uptxh182015-10-27
|
* move sequence related layers to kaldi_seqYimmon Zhuang2015-10-10
|
* kaldi mpe training supportYimmon Zhuang2015-09-18
|
* support gpu bufferingDeterminant2015-08-28
|
* add profiling for copy_rows_fromh_by_idxDeterminant2015-08-14
|
* add embedding_exampleDeterminant2015-08-04
|
* added matrix:clip, TODO:testingcloudygoose2015-07-08
|
* bug fix: Matrix space did not freecloudygoose2015-07-02
|
* [a little big]matrix dim added, now use m:dim() to determine whether vector ↵cloudygoose2015-06-25
| | | | or matrix
* use the standard nerv error reporting in io libDeterminant2015-06-25
|
* separate non-Lua part of matrix code to a dedicated dirDeterminant2015-06-24