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
2022-02-08add -DDETERMINISTIC=ON/OFF flag (#912)Marcin Junczys-Dowmunt
2022-02-06merged with masterMarcin Junczys-Dowmunt
2021-11-22Added pragma to ignore unused-private-field error on elementType_ which faile...David Meikle
2021-07-09Merged PR 19685: Marianize LSH as operators for mmapping and use in QuicksandMartin Junczys-Dowmunt
2021-06-29Merge branch 'master' into hihoan/lsh7Marcin Junczys-Dowmunt
2021-06-29fix compilation errors due to narrow conversionMarcin Junczys-Dowmunt
2021-06-16init vectorHieu Hoang
2021-06-07add legacy code on gpuMarcin Junczys-Dowmunt
2021-06-07add legacy code on cpuMarcin Junczys-Dowmunt
2021-06-07add legacy bdotMarcin Junczys-Dowmunt
2021-06-07broadcasting bdotMarcin Junczys-Dowmunt
2021-05-25Online quantization (#847)Young Jin Kim
2021-05-24Merge branch 'master' into pmasterMarcin Junczys-Dowmunt
2021-05-17Avoid Ampere misaligment issueMarcin Junczys-Dowmunt
2021-04-14Compute tensor size using integers (#851)Kenneth Heafield
2021-04-11Merge branch 'master' of vs-ssh.visualstudio.com:v3/machinetranslation/Marian...Marcin Junczys-Dowmunt
2021-04-11fix beam_search ABORT when enable openmp and OMP_NUM_THREADS > 1 (#767)huangjq0617
2021-04-10Merged PR 18505: RMSNorm on GPUMartin Junczys-Dowmunt
2021-04-09Adds better Affine support for GPUs when using CUDA 11. Introduces a new bias...rhenry-nv
2021-03-24Properly copy the entire vector in the int16_t case (#845)Nikolay Bogoychev
2021-03-18sync public and internal masterMarcin Junczys-Dowmunt
2021-03-12Fix missing float template specialisation for elem::Plus (#822)Graeme
2021-03-04chmod -xHieu Hoang
2021-03-03Fix OMP compilation (#824)Kenneth Heafield
2021-03-02merge with internal masterMarcin Junczys-Dowmunt
2021-02-28Add graph operations documentation (#801)Graeme
2021-02-28Add graph documentations (#788)Qianqian Zhu
2021-02-08Merged PR 17430: Refactors MPI interfaces and adds different types of gradien...Martin Junczys-Dowmunt
2021-01-28Merged PR 17337: fp16 support for trainingMartin Junczys-Dowmunt
2021-01-25Integrate intgemm into marian (#595)Nikolay Bogoychev
2020-11-05Quantized model finetuning (#690)afaji
2020-11-02merge with internalMarcin Junczys-Dowmunt
2020-11-01Merged PR 16144: Merge Cross-Entropy with Label-Smoothing operationMartin Junczys-Dowmunt
2020-10-26Move batched GEMM back (#710)Young Jin Kim
2020-09-07Merged PR 15233: Sync internal master with public masterMartin Junczys-Dowmunt
2020-08-27Partial CUDA11 Support (#696)Nikolay Bogoychev
2020-08-19more compiler-specific changesMarcin Junczys-Dowmunt
2020-08-19merge with internal masterMarcin Junczys-Dowmunt
2020-08-06Merged PR 14591: make Marian compile with CUDA 11 againFrank Seide
2020-08-02Optimize CPU LayerNormalization 6x with -ffast-math and lifting branches (#689)Kenneth Heafield
2020-07-29Merged PR 14402: Sync with public marian-dev master 1.9.31Roman Grundkiewicz
2020-07-17Updated: fix Windows MSVC builds (using CMake) (#677)Roman Grundkiewicz
2020-06-24Merged PR 13476: Add LASER reimplementation and code for embeddings sentencesMartin Junczys-Dowmunt
2020-06-19another attempt at fixing compilation without MKLMarcin Junczys-Dowmunt
2020-06-18Merged PR 13590: minor changes to help Frank's workFrank Seide
2020-05-27Merged PR 13084: Fix minor regressions in master branchYoung Jin Kim
2020-05-26Merged PR 13049: Remove repeated memory allocation for fbgemm temp scratch spaceYoung Jin Kim
2020-05-24Merged PR 13052: Fix FAISS on WindowsMartin Junczys-Dowmunt
2020-05-22Merged PR 12923: LSH indexing to replace short listMartin Junczys-Dowmunt
2020-05-21Merged PR 12958: ONNX supportFrank Seide