Commit Graph

  • 82e82f6b9f Merged PR 10086: simplify file streams Hieu Hoang 2019-10-25 22:26:35 +0000
  • 369148c9c6
    Update scheduler.h Ulrich Germann 2019-10-25 22:54:17 +0100
  • 3dfd32cfd8
    Update scheduler.h Ulrich Germann 2019-10-25 22:50:05 +0100
  • d60cae079d
    Update scheduler.h Ulrich Germann 2019-10-25 22:43:31 +0100
  • fe72735e31
    Update scheduler.cpp Ulrich Germann 2019-10-25 22:25:00 +0100
  • deb9b6a751 implement setbufsize Hieu Hoang 2019-10-25 14:18:49 -0700
  • ebec822111 extra assert Hieu Hoang 2019-10-25 11:42:18 -0700
  • 1469e456cd updated reference to sentencepiece repo to version without softlink Frank Seide 2019-10-25 10:50:22 -0700
  • 6dcfdaaad2 Merge branch 'master' into ug-graceful-shutdown Ulrich Germann 2019-10-25 17:37:57 +0100
  • bbbc9a336c resolve remaining issues Hieu Hoang 2019-10-25 09:13:25 -0700
  • e94fd1701a Use auto /Frank Hieu Hoang 2019-10-25 08:56:10 -0700
  • 49e8792d68 istreambuf for istream class Hieu Hoang 2019-10-25 07:49:47 -0700
  • bd0118cc66 const NormalizeTempPrefix(). Retain all streamBuf so we can delete them afterwards Hieu Hoang 2019-10-25 07:30:49 -0700
  • 6745abdafa delete ken's error handling gunk Hieu Hoang 2019-10-24 17:47:46 -0700
  • 583a9277d5 use original mkstemp to create temp file on linux Hieu Hoang 2019-10-24 17:46:25 -0700
  • ae849231a5 put back header include and #ifdef Hieu Hoang 2019-10-24 16:23:39 -0700
  • a73a5e404c don't use std::make_unique. Not C++11 compatible apparently Hieu Hoang 2019-10-24 16:18:26 -0700
  • 5bafca434a more getline reversion Hieu Hoang 2019-10-24 16:05:22 -0700
  • 9d31fb58dd merge with previous pull request Hieu Hoang 2019-10-24 14:57:45 -0700
  • d81ec71a21 Merged PR 10111: Just the checkins that moved code from .h -> .cpp Hieu Hoang 2019-10-24 21:28:07 +0000
  • 47000c59da roll back changes to vs project files Hieu Hoang 2019-10-24 13:28:02 -0700
  • cf283d0336 delete unused includes Hieu Hoang 2019-10-24 13:24:12 -0700
  • 7676c5cb2c merge Hieu Hoang 2019-10-24 13:21:01 -0700
  • 723b7fcad1 roll back ken's non-boost code Hieu Hoang 2019-10-24 13:16:10 -0700
  • 216608dc1d manually roll back 'figure out where temp file class is used' Hieu Hoang 2019-10-24 13:09:27 -0700
  • 05695ff8e9 Fix whitespace and end of line. Ulrich Germann 2019-10-24 20:38:47 +0100
  • 8cfa33d2f5 changes for code review Hieu Hoang 2019-10-24 12:16:50 -0700
  • 704f4e0ec5 merge Hieu Hoang 2019-10-24 10:19:46 -0700
  • 15c1fdfd94 sheath naked pointer Hieu Hoang 2019-10-24 10:15:54 -0700
  • 12c07c0266 change std::getline -> io::getline Hieu Hoang 2019-10-24 10:14:43 -0700
  • 8972fd9da9 fix code in files that didn't compile with default cmake command Hieu Hoang 2019-10-24 09:49:39 -0700
  • 577dbe79a3
    Merge pull request #517 from marian-nmt/ug-better-cmake-message-when-cuda-libs-not-found Roman Grundkiewicz 2019-10-24 12:01:39 +0200
  • 0c29e7f44f add getline back in Hieu Hoang 2019-10-23 18:16:40 -0700
  • ff50a04c53 delete commented out code Hieu Hoang 2019-10-23 17:32:38 -0700
  • 3a5d836bcf merge --ours Hieu Hoang 2019-10-23 16:54:26 -0700
  • 41d247edb9 rename new classes. Delete debugging messages Hieu Hoang 2019-10-23 16:36:58 -0700
  • b26ce69341 store iStream_ in unique pointer and move to new location when requested Hieu Hoang 2019-10-23 16:22:09 -0700
  • 6915f9cb43 don't delete inStream_. Passing to a unique ptr Hieu Hoang 2019-10-23 16:09:20 -0700
  • 9963beade4 inherite from OutputFileStreamNew instead of std::fstream Hieu Hoang 2019-10-23 15:41:07 -0700
  • 95fc443f74 string -> path Hieu Hoang 2019-10-23 15:06:33 -0700
  • 16d4ce64ec rename name_ -> file_ Hieu Hoang 2019-10-23 15:01:12 -0700
  • 79d83078c5 merge NormalizeTempPrefix into CreateFileName() Hieu Hoang 2019-10-23 14:42:45 -0700
  • 7c7fc5472c CreateFileName() Hieu Hoang 2019-10-23 14:24:27 -0700
  • 7159f45ab7 make sure file open even if it doesn't exist Hieu Hoang 2019-10-23 13:28:08 -0700
  • 9a89c25664 Roll-back of all changes not directly related to graceful shutdown. Ulrich Germann 2019-10-23 20:57:18 +0100
  • 46b8ebae24 delete old temp file class Hieu Hoang 2019-10-23 11:25:53 -0700
  • 8f591f67a2 use new temp file class everywhere Hieu Hoang 2019-10-23 11:21:06 -0700
  • d1ed2c2506 More helpful error message when CUDA libraries cannot be found. Ulrich Germann 2019-10-23 18:54:34 +0100
  • f4056af240 use new temp file class in corpus Hieu Hoang 2019-10-23 10:51:02 -0700
  • 999b8fa0bb start temp file class Hieu Hoang 2019-10-23 09:51:37 -0700
  • cdf9b5281f debuggging message Hieu Hoang 2019-10-23 09:51:12 -0700
  • 33f60022cf delete OutputFileStream and other crappy classes Hieu Hoang 2019-10-22 17:56:09 -0700
  • c5c1a4c449 replace all OutputFileStream with OutputFileStreamNew Hieu Hoang 2019-10-22 17:50:32 -0700
  • 1f53deaefd flush both filters Hieu Hoang 2019-10-22 17:22:23 -0700
  • e4182e5446 flush stream to make sure everything comes out. Doens't work Hieu Hoang 2019-10-22 16:38:49 -0700
  • 908dcad06f try using OutputFileStream Hieu Hoang 2019-10-22 16:18:31 -0700
  • a10f5fbe6e start OutputFileStream Hieu Hoang 2019-10-22 16:03:06 -0700
  • b8e2f06be3 delete InputFileStream Hieu Hoang 2019-10-22 15:44:13 -0700
  • d342e44818 replace all InputFileStream with InputFileStreamNew Hieu Hoang 2019-10-22 15:38:28 -0700
  • 750d204e37 replace InputFileStream with InputFileStreamNew in everything except Corpus classes Hieu Hoang 2019-10-22 15:11:57 -0700
  • 84ce4cd64d replace InputFileStream with InputFileStreamNew in some files Hieu Hoang 2019-10-22 14:35:39 -0700
  • 61d7ba4d4d delete file buffer in destructor Hieu Hoang 2019-10-22 12:27:39 -0700
  • 8e8aae3cd9 use std::filebuf and InputFileStream derives from istream rather than zstr::ifstream. Optional gzip filter Hieu Hoang 2019-10-22 11:34:53 -0700
  • 0baf0aeeb3 Merged PR 9998: new build option NO_BOOST to disable inclusion of Boost and all features that Frank Seide 2019-10-22 17:28:05 +0000
  • 5896a41fbc debug Hieu Hoang 2019-10-21 18:14:59 -0700
  • 0e8117600b add OutputFileStreamNew class Hieu Hoang 2019-10-21 15:02:51 -0700
  • 01da99fc52 add InputFileStreamNew class Hieu Hoang 2019-10-21 14:57:08 -0700
  • 532c0d1771 base arg Hieu Hoang 2019-10-21 14:15:09 -0700
  • 6e27d021f4 add new TemporaryFile class Hieu Hoang 2019-10-21 14:05:48 -0700
  • 7a838161c6 move code .h -> .cpp Hieu Hoang 2019-10-21 12:24:08 -0700
  • c33074ce54 move code .h -> .cpp Hieu Hoang 2019-10-21 12:17:35 -0700
  • 14ae130a6b move code .h -> .cpp Hieu Hoang 2019-10-21 11:26:50 -0700
  • fef5c301ca figure out where temp file class is used Hieu Hoang 2019-10-21 10:48:14 -0700
  • 1f461c0ea2 Merge branch 'master' into ug-graceful-shutdown2 Ulrich Germann 2019-10-16 22:43:51 +0100
  • 2111c28036
    Merge pull request #420 from marian-nmt/fix_default_comm Frank Seide 2019-10-16 08:36:48 -0700
  • f8061fc298 file stream without boost /Ken Hieu Hoang 2019-10-08 18:23:10 -0700
  • 53f5a60dbc Merge branch 'hieu/fdstream' of vs-ssh.visualstudio.com:v3/machinetranslation/Marian/marian-dev into hieu/fdstream Hieu Hoang 2019-10-08 17:37:06 -0700
  • 0bad3f9a15 test commit Hieu Hoang 2019-10-08 17:36:57 -0700
  • 718327847e Merged PR 9826: fix .gz support on Windows Frank Seide 2019-10-09 00:29:37 +0000
  • 51f8c41e2a Merge branch 'master' of https://machinetranslation.visualstudio.com/DefaultCollection/Marian/_git/marian-dev into fseide/fixgzwin Frank Seide 2019-10-08 17:27:21 -0700
  • e897f913b6 bug fix: reading and writing .gz files on Windows should explicitly specify binary mode Frank Seide 2019-10-08 17:27:00 -0700
  • cd18ee0396 safeguard cmake against rogue doxygen Marcin Junczys-Dowmunt 2019-10-08 15:54:59 -0700
  • 328ec7c1be Merged PR 9529: FP16 inference Martin Junczys-Dowmunt 2019-10-07 23:46:52 +0000
  • 12cd08af12 merge with master Marcin Junczys-Dowmunt 2019-10-07 16:35:58 -0700
  • dfbf4f403a remove wrong abort Marcin Junczys-Dowmunt 2019-10-07 15:52:24 -0700
  • 834905411e address code review comments Marcin Junczys-Dowmunt 2019-10-07 15:49:46 -0700
  • 8b2d295e5e Merged PR 9555: bug fix: workaround for a bug fix in FactoredSegmenter that caused a backcompat Frank Seide 2019-09-18 20:33:20 +0000
  • bc146302f3 bug fix: workaround for a bug fix in FactoredSegmenter that caused a backcompat issue Frank Seide 2019-09-18 13:30:14 -0700
  • efed4edf3d some more clean-up Marcin Junczys-Dowmunt 2019-09-17 14:15:33 -0700
  • 4d10ae9212 small changes to cmake Marcin Junczys-Dowmunt 2019-09-17 13:46:52 -0700
  • 16e6fb9fae small clean up, move fbgemm pointer Marcin Junczys-Dowmunt 2019-09-17 11:30:46 -0700
  • f35886ce8e resolve conflicts Marcin Junczys-Dowmunt 2019-09-17 09:55:29 -0700
  • b948cd63db missing part for fp16 inference, some clean-up for types Marcin Junczys-Dowmunt 2019-09-17 09:53:45 -0700
  • 6168cf20d2 minor build fix for VS Frank Seide 2019-09-16 15:20:53 -0700
  • 9c8b635ff3 add warning about type Marcin Junczys-Dowmunt 2019-09-16 14:13:23 -0700
  • 29e2762541 working compilatoin with different compute capabilities Marcin Junczys-Dowmunt 2019-09-16 13:54:27 -0700
  • 53a9f4aaf0 merge master, avoid MSC bug Marcin Junczys-Dowmunt 2019-09-16 10:39:03 -0700
  • de808ef429 adapt nth_element to work with fp16 Marcin Junczys-Dowmunt 2019-09-16 10:20:58 -0700
  • a251ee00f8 Merged PR 9504: various minor fixes Frank Seide 2019-09-16 17:01:59 +0000
  • 85350f18b7 Merge branch 'master' of https://machinetranslation.visualstudio.com/DefaultCollection/Marian/_git/marian-dev into fseide/updatewinmaster Frank Seide 2019-09-16 09:34:17 -0700