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 (Collapse)Author
2019-05-11Add acknowledgementbertRoman Grundkiewicz
2018-12-13Merge branch 'dmaster'Marcin Junczys-Dowmunt
2018-12-13bump version numberMarcin Junczys-Dowmunt
2018-12-13Merge branch 'pmaster2' into windowsMarcin Junczys-Dowmunt
2018-12-13fix read buffer bugMarcin Junczys-Dowmunt
2018-12-13Merged PR 5895: Update windows build for recent changesMartin Junczys-Dowmunt
This makes the Windows build work again after the most recent changes, also handles SentencePiece and small bugfixes. Fixes warnings in our code. Related work items: #90255
2018-12-13fix segfaults on windows versionMarcin Junczys-Dowmunt
2018-12-13add _aligned_free for windowsMarcin Junczys-Dowmunt
2018-12-13Merged PR 5894: Update internal master to public master - these changes have ↵Martin Junczys-Dowmunt
been approved and reviewed or are minor bugfixes Update internal master to public master - these changes have been approved and reviewed or are minor bugfixes Changes: * Add NCCL to source tree as module, add custom target to use NCCL build * Add Zlib to source tree * Recognize CPU intrinsics on Linux * Removed unsused code for SVD with unclear license * Fixed parameter swapping on single GPU * Compile with CUDA static libs * Add back aligned malloc for CPU tensors Related work items: #96098
2018-12-13switch CUDA back onMarcin Junczys-Dowmunt
2018-12-13handle warnings in sse2 and avx codeMarcin Junczys-Dowmunt
2018-12-12Merge branch 'windows' of https://github.com/marian-nmt/marian-dev into windowsMarcin Junczys-Dowmunt
2018-12-12google protobuf from cmakeMarcin Junczys-Dowmunt
2018-12-12fix more warningsMarcin Junczys-Dowmunt
2018-12-11fix pragmaMarcin Junczys-Dowmunt
2018-12-11update instructions, fix more warningsMarcin Junczys-Dowmunt
2018-12-11fix more warnings, make CUDA optional for windowsMarcin Junczys-Dowmunt
2018-12-11fix warningsMarcin Junczys-Dowmunt
2018-12-11make things compile under windows againMarcin Junczys-Dowmunt
2018-12-10Merge branch 'master' of github.com:marian-nmt/marian-dev into dev-masterMarcin Junczys-Dowmunt
2018-12-10remove unused svd codeMarcin Junczys-Dowmunt
2018-12-10link stdlib staticallyMarcin Junczys-Dowmunt
2018-12-10let cmake set make commandMarcin Junczys-Dowmunt
2018-12-10Merge pull request #401 from marian-nmt/zlibMarcin Junczys-Dowmunt
Add Zlib to Marian source tree
2018-12-10move pointer to nccl to our newest fork to disable warningsMarcin Junczys-Dowmunt
2018-12-10disable warning for zlibMarcin Junczys-Dowmunt
2018-12-08bump to version 1.7.5Marcin Junczys-Dowmunt
2018-12-08surround boost headers with pragmas to avoid warningsMarcin Junczys-Dowmunt
2018-12-08Merge branch 'master' into zlibMarcin Junczys-Dowmunt
2018-12-08Merge pull request #400 from marian-nmt/pncclMarcin Junczys-Dowmunt
Integrate NCCL build with Marian
2018-12-08fix CMake symbol nameMarcin Junczys-Dowmunt
2018-12-08bump version, add to changelogMarcin Junczys-Dowmunt
2018-12-08Address review commentsMarcin Junczys-Dowmunt
2018-12-08include zlib in source treeMarcin Junczys-Dowmunt
2018-12-07cleanup optionsMarcin Junczys-Dowmunt
2018-12-07add back aligned allocMarcin Junczys-Dowmunt
2018-12-07detect cpu intrinsicsMarcin Junczys-Dowmunt
2018-12-07allow static linking of cuda libsMarcin Junczys-Dowmunt
2018-12-07disable ptxas warningMarcin Junczys-Dowmunt
2018-12-07Add comment on nccl.hMarcin Junczys-Dowmunt
2018-12-07move NCCL to EXT_LIBSMarcin Junczys-Dowmunt
2018-12-07add nccl moduleMarcin Junczys-Dowmunt
2018-12-07add NCCL compilation to Marian and pass on CMake parameters to NCCL make fileMarcin Junczys-Dowmunt
2018-12-07Merge branch 'nccl' into pmaster2Marcin Junczys-Dowmunt
2018-12-07Merge branch 'master' into ncclMarcin Junczys-Dowmunt
2018-12-06update with fixesMarcin Junczys-Dowmunt
2018-12-06adjust versionMarcin Junczys-Dowmunt
2018-12-06Merge branch 'master' of https://github.com/marian-nmt/marian-devMarcin Junczys-Dowmunt
2018-12-06handle "false" for --dump-configMarcin Junczys-Dowmunt
2018-12-04Update CHANGELOG.mdMarcin Junczys-Dowmunt