Commit Graph

122 Commits

Author SHA1 Message Date
Cédric Rousseau
77516c9239 Update scripts to build on Windows 2018-09-14 15:52:42 +02:00
Cédric Rousseau
7465921290 Update README 2018-09-11 17:57:25 +02:00
Cédric Rousseau
b6d8177c2f Improve configuration script to use installed libraries 2018-09-07 18:00:51 +02:00
Cédric Rousseau
eb98a45b04 merge Master 2018-09-07 13:29:38 +02:00
Cédric Rousseau
900fe0eda0 update README 2018-09-07 11:41:31 +02:00
Frank Seide
da56daa4eb Windows version now compiles with MPI 2018-09-05 13:59:57 -07:00
Cédric Rousseau
c930885d0a Update README 2018-09-05 17:09:08 +02:00
Cédric Rousseau
4fd2360918 Fix CUDA+MSVC incompatibility with Boost.Preprocessor 2018-09-05 15:42:16 +02:00
Cédric Rousseau
78dd2a2d59 Fix unresolved external due to a removed #include directive 2018-09-05 13:16:53 +02:00
Cédric Rousseau
fbb221e995 Fix mismatched class/struct forward declarations 2018-09-05 11:58:09 +02:00
Cédric Rousseau
0659b2c5d5 Build in Release, with improved debug info 2018-09-04 16:58:49 +02:00
Cédric Rousseau
5fae8a0da7 Fix Cuda error : Unsupported Visual Studio Version Error 2018-09-04 16:38:28 +02:00
Cédric Rousseau
29dfffc93c Adding scripts and readme file 2018-09-04 16:34:21 +02:00
Frank Seide
14631160db fixed all warnings discovered by Visual Studio 2018-08-31 19:21:14 -07:00
Frank Seide
70417fa306 fixed Visual Studio projects to actually build the EXE 2018-08-20 14:03:43 -07:00
Frank Seide
dc881d824a removed old (incorrect) VS files 2018-08-20 13:22:18 -07:00
Frank Seide
a8ad3a028e added VS Solution and Project 2018-08-19 16:18:32 -07:00
Roman Grundkiewicz
9557b2b82e Move VS build 2018-07-31 14:21:33 +01:00
Frank Seide
e87564c664 bug fix: History::Add() should obey the actual EOS symbol from the given vocabulary;
SubBatch now holds the vocabulary, allowing to debug-print the sequences with word ids;
new operators: logsum, max, min;
new overload operator/(float,Expr);
shift() now takes a padding value;
transformer.h is now a compiled .cpp file on Windows (in prep for renaming to transformer.cpp);
fixed two MSVC warnings;
bug fix: logger should not output two \r characters at the end of the line;
minor changes (const correctness, accessors)
2018-06-21 13:34:19 -07:00
Frank Seide
8adde0787e rolled back the accidental change of the vcxproj 2018-06-21 13:15:28 -07:00
Martin Junczys-Dowmunt
2882b441b7 Merged PR 3923: replace aligned_alloc with malloc
replace aligned_alloc with malloc
2018-06-11 21:23:23 +00:00
Frank Seide
e3f32ad892 moved vs project into its own folder 2018-06-07 16:15:28 -07:00