Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-27rename filesHieu Hoang
2018-02-27rename filesHieu Hoang
2018-02-27MatrixWrapper -> TensorWrapperHieu Hoang
2018-02-27Matrix -> TensorHieu Hoang
2018-02-27BaseMatrix -> BaseTensorHieu Hoang
2018-01-30debugHieu Hoang
2018-01-22don't calc softmax if don't need probability (beam=1 and n-best list no neededHieu Hoang
2018-01-19check last cuda error after running every kernel. Program may not be compiled...Hieu Hoang
2018-01-16Merge branch 'master' of https://github.com/hieuhoang/marianHieu Hoang
2018-01-16disable tensorcore supportHieu Hoang
2018-01-16add tensorcore supportHieu Hoang
2018-01-16use number of active batches for block size for gNBestPerBatch()Hieu Hoang
2018-01-16get rid of pointersHieu Hoang
2018-01-16add Offset(). Start doing MergingElement()Hieu Hoang
2018-01-16use Row() in AddElement()Hieu Hoang
2018-01-16add Row()Hieu Hoang
2018-01-16delete colMajor arg. Not used anymoreHieu Hoang
2018-01-16move syncthread out of if statement. Locks up on voltaHieu Hoang
2018-01-15squeeze matrix wrapperHieu Hoang
2018-01-15uint -> unsigned for gpuHieu Hoang
2018-01-14size_t -> unsigned for matrix_functionsHieu Hoang
2018-01-14size_t -> unsigned for matrixHieu Hoang
2018-01-14size_t -> unsigned for vectorHieu Hoang
2018-01-14.h -> .cuHieu Hoang
2017-12-16check cublas return valueHieu Hoang
2017-12-16check cublas return valueHieu Hoang
2017-12-15init pointer to nullptr. In case size=0Hieu Hoang
2017-12-15add back assertHieu Hoang
2017-12-15use mblas::copyHieu Hoang
2017-12-15nbest for ensembleHieu Hoang
2017-12-10Consistent using namespaceHieu Hoang
2017-12-08delete unused function. Make sure Debug() works with vectorHieu Hoang
2017-12-08timings for Broadcast()Hieu Hoang
2017-12-08debugHieu Hoang
2017-12-07debugHieu Hoang
2017-12-07debugHieu Hoang
2017-12-06bugs in gBroadcastHieu Hoang
2017-12-06correct output matrix size from Broadcast. Simplify Prod(). Add -DNDEBUG flagHieu Hoang
2017-11-27#define LOWEST_FLOAT and HIGHEST_FLOATHieu Hoang
2017-11-27put back placeholder array but properly comment it.Hieu Hoang
2017-11-27use vector::size()Hieu Hoang
2017-11-27use vector in matrixHieu Hoang
2017-11-27start using vector in matrixHieu Hoang
2017-11-27swapHieu Hoang
2017-11-27tweak resizeHieu Hoang
2017-11-27tweak resizeHieu Hoang
2017-11-27resizeHieu Hoang
2017-11-27delete more thrustHieu Hoang
2017-11-27copy constructorHieu Hoang
2017-11-27increase max beam size that can use last softmaxHieu Hoang