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
2020-07-29Merged PR 14402: Sync with public marian-dev master 1.9.31Roman Grundkiewicz
2020-07-25Merged PR 14262: Update MSVC CMake build and instructionsRoman Grundkiewicz
2020-07-24Merged PR 14334: full ONNX conversion scriptFrank Seide
2020-06-24Merged PR 13476: Add LASER reimplementation and code for embeddings sentencesMartin Junczys-Dowmunt
2020-06-19small fix to cmake fileMarcin Junczys-Dowmunt
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
2020-03-14Merged PR 11929: Move around code to make later comparison with FP16 code easierMartin Junczys-Dowmunt
2020-03-10Add option for printing CMake cached variables (#583)Roman Grundkiewicz
2020-03-06Add support for compiling on Mac (and clang) (#598)Roman Grundkiewicz
2020-01-06Merged PR 10999: Splitting up add_all.h into *.h, *.cu and *.incMartin Junczys-Dowmunt
2019-12-14Merge branch 'cblas'Marcin Junczys-Dowmunt
2019-12-06Use __AVX__ compiler define instead of custom and broken NO_AVX flag. Fixes ...Kenneth Heafield
2019-12-05Fix compilation on CPUs that don't support AVX and some white space i… (#561)Nikolay Bogoychev
2019-11-26Merge with ms-internal masterMarcin Junczys-Dowmunt
2019-11-26Merged PR 10553: Fix multiple problems in reduce kernels that occurred during...Martin Junczys-Dowmunt
2019-11-22Merge pull request #546 from alvations/marian-from-originMarcin Junczys-Dowmunt
2019-11-11Sort custom cmake options alphabetically (#547)Ulrich Germann
2019-11-07added ssse4.2 supportalvations
2019-10-30Use ccache for faster compilation if available. (#525)Ulrich Germann
2019-10-29disable FBGEMM by defaultMarcin Junczys-Dowmunt
2019-10-28remove compatibility check for gcc 4.9 and below, as we cannot compile on 4.9...Marcin Junczys-Dowmunt
2019-10-28fix compilation for various gcc and cuda combinationsMarcin Junczys-Dowmunt
2019-10-27Merge branch 'master' into mjd/syncWithPublicMarcin Junczys-Dowmunt
2019-10-26merge with public masterMarcin Junczys-Dowmunt
2019-10-26bye bye boostMarcin Junczys-Dowmunt
2019-10-23More helpful error message when CUDA libraries cannot be found.Ulrich Germann
2019-10-09safeguard cmake against rogue doxygenMarcin Junczys-Dowmunt
2019-10-08address code review commentsMarcin Junczys-Dowmunt
2019-09-17small changes to cmakeMarcin Junczys-Dowmunt
2019-09-17small clean up, move fbgemm pointerMarcin Junczys-Dowmunt
2019-09-16working compilatoin with different compute capabilitiesMarcin Junczys-Dowmunt
2019-09-16merge master, avoid MSC bugMarcin Junczys-Dowmunt
2019-09-12removed compute_75 flags, as we are not doing anything special for Turing pre...Frank Seide
2019-09-12make elementwise operations etc work with fp16Marcin Junczys-Dowmunt
2019-09-11Merge branch 'master' of vs-ssh.visualstudio.com:v3/machinetranslation/Marian...Marcin Junczys-Dowmunt
2019-09-10enable compilation with compute_30 etcMarcin Junczys-Dowmunt
2019-09-09Fix static buildTomasz Dwojak
2019-09-07enable GPU compilationMarcin Junczys-Dowmunt
2019-09-04Add compiler flags for C programs to silence spurious warnings etcMarcin Junczys-Dowmunt
2019-09-03merge CMakeLists.txtMarcin Junczys-Dowmunt
2019-08-13move debug symbols into specific build typesMarcin Junczys-Dowmunt
2019-08-13add intrinsics to common flagsMarcin Junczys-Dowmunt
2019-08-12Fix CMakeLists.txt and src/3rd_party/CMakeLists.txt, bug with overlapping CXX...Marcin Junczys-Dowmunt
2019-08-11Change ERROR to WARNING if CUDA >10 and CMake <3.12Roman Grundkiewicz
2019-07-19Require CMake 3.12.2+ for CUDA 10.0+Roman Grundkiewicz
2019-07-05make compile with CUDNN and static libs, suppress CMAKE dev warning from 3rd ...Marcin Junczys-Dowmunt
2019-06-19Enable FBGEMM based packed GEMM on windowsYoung Jin Kim
2019-02-24Add the changes to CMakeLists.txt and add also support for finding the includ...Nikolay Bogoychev