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-03abort if cuda errortopup-batchHieu Hoang
2018-01-25copy data to deviceHieu Hoang
2018-01-25delete strides. Not neededHieu Hoang
2018-01-25move matrix class to its own fileHieu Hoang
2018-01-25beef up matrix classHieu Hoang
2018-01-25matrix classHieu Hoang
2018-01-25runs with dummy kernelHieu Hoang
2018-01-25compilesHieu Hoang
2018-01-25opencl testHieu Hoang
2018-01-25opencl testHieu Hoang
2018-01-22add arg --use-fused-softmaxHieu Hoang
2018-01-22correct active sentences vector sizeHieu Hoang
2018-01-22batch statsHieu Hoang
2018-01-20don't use shape for now but leave code inHieu Hoang
2018-01-20shrink size of shape in BroadcastHieu Hoang
2018-01-20get ready to shrink size of shape in BroadcastHieu Hoang
2018-01-20debug Broadcast - show max length and active batch max lengthHieu Hoang
2018-01-19timingsHieu Hoang
2018-01-19topup whenn half emptyHieu Hoang
2018-01-19check last cuda error after running every kernel. Program may not be compiled...Hieu Hoang
2018-01-19don't store hypo and vocab index in NthOutBatchHieu Hoang
2018-01-19debugHieu Hoang
2018-01-19runs on gtx 1060Hieu Hoang
2018-01-18debugHieu Hoang
2018-01-18debugHieu Hoang
2018-01-18correct function namesHieu Hoang
2018-01-18delete cublasSetMathMode in handles.cuHieu Hoang
2018-01-18Merge branch 'const-batch2' of https://github.com/hieuhoang/marian into const...Hieu Hoang
2018-01-18Merge branch 'const-batch2' of github.com:hieuhoang/marian into const-batch2Hieu Hoang
2018-01-18add --tensor-cores argHieu Hoang
2018-01-16add tensorcore supportHieu Hoang
2018-01-16move syncthread out of if statement. Locks up on voltaHieu Hoang
2018-01-12formattingHieu Hoang
2018-01-12Merge ../marian.hieu into const-batch2Hieu Hoang
2018-01-12no tensor coreHieu Hoang
2018-01-12timingsHieu Hoang
2018-01-12swap sentenceLengths, not copyHieu Hoang
2018-01-12use copyFromHieu Hoang
2018-01-12thread_local variables in TopupBatchHieu Hoang
2018-01-12create copyFromHieu Hoang
2018-01-12cleanupHieu Hoang
2018-01-11don't copy if no rows specified for CopyMatrix3Hieu Hoang
2018-01-11don't copy if no rows specifiedHieu Hoang
2018-01-10enable tensor coreHieu Hoang
2018-01-10move .h -> .cuHieu Hoang
2018-01-09minActive for different beam sizesHieu Hoang
2018-01-09minActive for different beam sizesHieu Hoang
2018-01-09minActive for different beam sizesHieu Hoang
2018-01-09TIME_CMD() macro. Tweak SentencesToGet()Hieu Hoang
2018-01-09tweak SentencesToGet()Hieu Hoang