aboutsummaryrefslogtreecommitdiff
path: root/matrix/generic/cumatrix.c
Commit message (Expand)AuthorAge
* major change: use luarocks to manage projectDeterminant2015-06-22
* add CombinerLayer to support branches in NN; add MSELayerDeterminant2015-06-10
* fix minor bugs in cumatrix; clean up part of codeDeterminant2015-06-07
* fix memory leak in profiling; other minor changesDeterminant2015-06-07
* use -FLT_MAX as init value in rowmax; add sync codeDeterminant2015-06-05
* add profiling; add ce accurarcy; several other changesDeterminant2015-06-05
* demo now works (without random shuffle)Determinant2015-06-03
* doc change about matrixcloudygoose2015-06-02
* add expand_frm, rearrange_frm, scale_rowDeterminant2015-06-01
* add async copy by index; add MMatrixIntDeterminant2015-05-31
* add error detection for misc cuda functionsDeterminant2015-05-31
* rename param file to chunk file (intend to generalize it)Determinant2015-05-30
* add mul_elem and log_elem; add dimension checking in cumatrix methodsDeterminant2015-05-28
* Merge branch 'master' of https://github.com/cloudygoose/nerv into cloudygoose...Determinant2015-05-28
|\
| * modified copy_from(d/h), copy_to(d/h)txh182015-05-27
* | change softmax to in-place operation and fix memory leakDeterminant2015-05-28
* | sigmoid layer is now working; clean up MakefileDeterminant2015-05-28
|/
* add implementation for sigmoid layer (not tested)Determinant2015-05-27
* fix a severe bug in memory management of userdataDeterminant2015-05-26
* add fill for cumatrixDeterminant2015-05-26
* add add_row for cumatrixDeterminant2015-05-26
* add "copy from/to cumatrix" functionalityDeterminant2015-05-25
* rename colsum to rowsum; add colsum implementationDeterminant2015-05-22
* ...Determinant2015-05-22
* add base class CuMatrix for CuMatrixFloat and CuMatrixDoubleDeterminant2015-05-22
* add subtraction for cumatrixDeterminant2015-05-19
* add double precision matrix implementationDeterminant2015-05-19