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-27MatrixWrapper -> TensorWrapperHieu Hoang
2018-02-27Matrix -> TensorHieu Hoang
2018-02-27BaseMatrix -> BaseTensorHieu Hoang
2018-02-27BestHypsBase -> BaseBestHypsHieu Hoang
2018-01-30debugHieu Hoang
2018-01-29timingsHieu 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-16tweak --tensor-cores descriptionHieu Hoang
2018-01-16delete tensorcores arg in decoderHieu Hoang
2018-01-16use tensorcores argHieu 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-16use tensor cores. Prod not done yetHieu Hoang
2018-01-16Merge branch 'master' of github.com:hieuhoang/marianHieu Hoang
2018-01-16move syncthread out of if statement. Locks up on voltaHieu Hoang
2018-01-15beging resizing for tensor coresHieu Hoang
2018-01-15squeeze matrix wrapperHieu Hoang
2018-01-15uint -> unsigned for gpuHieu Hoang
2018-01-14size_t -> unsigned for best_hypsHieu Hoang
2018-01-14size_t -> unsigned for npz_converterHieu Hoang
2018-01-14size_t -> unsigned for dl4mtHieu Hoang
2018-01-14size_t -> unsigned for matrix_functionsHieu Hoang
2018-01-14size_t -> unsigned for matrixHieu Hoang
2018-01-14size_t -> unsigned for scorerHieu Hoang
2018-01-14size_t -> unsigned for vectorHieu Hoang
2018-01-14.h -> .cuHieu Hoang
2017-12-20delete unused variableHieu 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-15mixing up returning nbest and alignmentHieu Hoang
2017-12-15use mblas::copyHieu Hoang
2017-12-15nbest for ensembleHieu Hoang
2017-12-10mergeHieu Hoang
2017-12-10Merge branch 'factors-r' of github.com:tilde-nlp/amunmtHieu Hoang
2017-12-10Consistent using namespaceHieu Hoang
2017-12-10delete at(), use Get()Hieu Hoang
2017-12-09use fixed calculated max length. Timings for GetAlignedSourceContext()Hieu Hoang
2017-12-08use calculated max length. Doesn't give same resultHieu Hoang
2017-12-08calc actual max lengthHieu Hoang