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
path: root/vs
AgeCommit message (Expand)Author
2019-01-16merged dot_csr() changeFrank Seide
2019-01-16scaffolding for new operation dot_csr(); renamed prod.cu to prod.cpp, since i...Frank Seide
2019-01-11towards factored embeddings; towards csr_dot() operationFrank Seide
2019-01-09removed operator-> for FactoriesFrank Seide
2019-01-09fixed build break due to MPI change in examplesFrank Seide
2018-12-27generalized step() to narrow() and sliceView(), new class Slice;Frank Seide
2018-12-27added elementwise comparison operators (lt(), eq(), );Frank Seide
2018-12-13minibatch-size warmup (manually merged over from fseide/covbias);Frank Seide
2018-12-13switch CUDA back onMarcin Junczys-Dowmunt
2018-12-13handle warnings in sse2 and avx codeMarcin Junczys-Dowmunt
2018-12-12google protobuf from cmakeMarcin Junczys-Dowmunt
2018-12-12fix more warningsMarcin 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-11-21fixed VS ProjectFrank Seide
2018-11-21manually added back some lost SentencePiece entries in the VS ProjectFrank Seide
2018-11-21reverted the VS Proj to master, since stuff got deleted somehowFrank Seide
2018-11-21main source is now called marian_main.cpp, hoping to reduce the confusion cau...Frank Seide
2018-11-21merged from master, VS Project is now brokenFrank Seide
2018-11-21enabled the main wrapper that combines all Marian EXEs into a single command ...Frank Seide
2018-11-20Merged PR 5582: added SentencePiece to VS solutionFrank Seide
2018-11-14renamed type 'sample' to 'Sample'; added a missing .cpp file to Windows ProjectFrank Seide
2018-11-10added SentencePiece to VS solutionFrank Seide
2018-11-06reenabled -Wunused-variable and dealt with falloutFrank Seide
2018-11-06enabled most warnings on gcc, and fixed themFrank Seide
2018-10-30Merged PR 5379: bug fix: git revision should be updated accuratelyFrank Seide
2018-10-26added -Werror; added warning for missing 'override' and fixed the fallout; no...Frank Seide
2018-10-25renamed version.h* to project_version.h*; created new version.cpp that is the...Frank Seide
2018-10-19made SentencePiece changes compile under WindowsFrank Seide
2018-10-19minor VS build fixesFrank Seide
2018-10-15fixed (eliminated) all TABs that had snuck in so far; fixed a few warnings on...Frank Seide
2018-10-10addressed PR feedbackFrank Seide
2018-10-10setGuidedAlignment() now accepts an rvalue ref; reenabled the findBatchSize()...Frank Seide
2018-10-06now includes the MPI rank in each log msg; bug fix: fixed a few compilation p...Frank Seide
2018-10-05addressed some merge problems. This still does not linkFrank Seide
2018-10-01towards logging the call stack on SegfaultFrank Seide
2018-09-26Addressed PR reviewCédric Rousseau
2018-09-25turned communicator.cu into a header communicator_nccl.h;Frank Seide
2018-09-17Fix deps check script + top-level commentsCédric Rousseau
2018-09-14Update scripts to build on WindowsCédric Rousseau
2018-09-11Update READMECédric Rousseau
2018-09-07Improve configuration script to use installed librariesCédric Rousseau
2018-09-07merge MasterCédric Rousseau
2018-09-07update READMECédric Rousseau
2018-09-05Windows version now compiles with MPIFrank Seide
2018-09-05Update READMECédric Rousseau
2018-09-05Fix CUDA+MSVC incompatibility with Boost.PreprocessorCédric Rousseau
2018-09-05Fix unresolved external due to a removed #include directiveCédric Rousseau