Commit Graph

67 Commits

Author SHA1 Message Date
Hieu Hoang
5ebaf4c8d4 turn marian compilation on 2017-11-24 18:12:50 +00:00
Hieu Hoang
abebf4edf2 compilable with cuda 8 2017-11-24 17:13:09 +00:00
Hieu Hoang
b20842b526 turn marian compilation off 2017-11-24 16:49:39 +00:00
Hieu Hoang
e7ae2bee90 turn marian compilation back on 2017-11-24 16:29:28 +00:00
Hieu Hoang
89ce664765 max compatibility for cuda 9 2017-11-24 15:22:00 +00:00
Hieu Hoang
94d80c8cfa more compile flag 2017-11-24 15:15:47 +00:00
Hieu Hoang
b52005fe23 generate code for both sm_35 and sm_50 2017-11-24 14:48:21 +00:00
Hieu Hoang
99e41abef5 sm_35 2017-11-22 18:45:38 +00:00
Hieu Hoang
860326e785 sm_50. Turn off marian compile 2017-11-22 13:21:16 +00:00
Hieu Hoang
9ea90d547a no assert for release build 2017-11-07 10:21:36 +00:00
Hieu Hoang
d427c24942 boost compile 2017-09-21 20:38:14 +01:00
CatarinaSilva
1e6aa824d3 support arbitrary versions of python for python bindings on linux and mac os 2017-08-01 10:41:52 +01:00
Matt Post
47fa23b030 somehow changed the last line #100 2017-07-20 13:18:26 -04:00
Matt Post
20e16f8041 put binaries in current build dir
build/ was hardcoded as the target directory, now cmake
will use whatever build directory you happen to be in. e.g.,

    mkdir build.cpu
    cd build.cpu
    cmake .. -DCUDA=off
    make -j
2017-07-20 09:47:03 -04:00
Hieu Hoang
635df3e203 don't need OpenCL 2017-06-21 20:35:22 +01:00
Hieu Hoang
fe23d4fe85 turn off FPGA 2017-06-13 03:25:48 +01:00
Hieu Hoang
22c13cfed2 cut & paste typo 2017-05-02 16:15:28 +01:00
Hieu Hoang
76a8c15c43 merge 2017-04-05 13:01:42 +01:00
Ulrich Germann
dafd15d9a5 The marian-integration branch now tracks branch amunmt-stable of Marian.
This means that the marian submodule is updated automatically when Marian's
remote branch amunmt-stable changes, with out the need to explicitly execute
```
cd src/marian && git pull && cd - && git commit src/marian
```
2017-03-30 00:04:02 +01:00
Marcin Junczys-Dowmunt
427d750723 change path 2017-03-23 21:06:06 +01:00
Marcin Junczys-Dowmunt
619a8638b5 remove remote 2017-03-23 20:43:06 +01:00
Marcin Junczys-Dowmunt
74b5d5927c added --remote 2017-03-23 19:33:15 +01:00
Marcin Junczys-Dowmunt
c73e09a31b modfied cmake files to build marian executables, 2017-03-23 19:19:01 +01:00
Ulrich Germann
c5b47ac09e Automatically build Marian Library when building Amunmt. 2017-03-22 01:56:19 +00:00
Hieu Hoang
7159bd0750 import opencl code 2017-03-17 15:22:27 +00:00
Hieu Hoang
6c107428ef makefile and ecipse 2017-03-17 13:22:42 +00:00
Hieu Hoang
432cd86796 makefiles 2017-03-14 11:58:12 +00:00
Hieu Hoang
092b31ffdb eclipse 2017-03-14 11:42:21 +00:00
Marcin Junczys-Dowmunt
206e3e0349 removed -flto flag 2017-01-19 21:59:39 +00:00
Marcin Junczys-Dowmunt
acbe8fd923 enable static building with -DBUILD_STATIC=ON 2016-11-30 11:36:02 +01:00
Roland Meertens
0cf5c33bf5 Fix this problem: https://stackoverflow.com/questions/15193785/how-to-get-cmake-to-recognize-pthread-on-ubuntu 2016-11-25 13:16:40 +01:00
Tomasz Dwojak
34d1783328 Fix problem wiith version number 2016-11-10 13:04:53 +00:00
Tomasz Dwojak
7f7a76946a Small changes: remove old stuff 2016-11-01 18:07:04 +00:00
Tomasz Dwojak
5059b12aba Move BestHyps outside mblas::Matrix 2016-11-01 18:07:04 +00:00
Tomasz Dwojak
6f2c13585a Add version option 2016-10-31 14:59:09 +00:00
Tomasz Dwojak
2473671422 Add profile build (gprof) 2016-10-11 14:03:24 +00:00
Marcin Junczys-Dowmunt
674aac8da9 script for created vocabulary filter files 2016-10-10 23:05:40 +00:00
Marcin Junczys-Dowmunt
bab8badb02 cuda options, fixes #13 2016-10-10 13:25:11 +00:00
Tomasz Dwojak
34f9c5b9ee [issue 13] Change -DNOCUDA to -DCUDA 2016-10-10 09:10:50 +00:00
Tomasz Dwojak
9f5d666848 Add mode (CPU|GPU) option 2016-10-05 13:20:15 +00:00
Tomasz Dwojak
f4c508c969 Add python bindings 2016-10-05 13:20:15 +00:00
Tomasz Dwojak
10bca74b56 Add NOCUDA option to force compilation without CUDA 2016-10-04 11:47:45 +00:00
Marcin Junczys-Dowmunt
fc8fbdb944 fixed cmake 2016-09-27 15:55:57 +02:00
Marcin Junczys-Dowmunt
3db5f07296 compile CPU version only if no CUDA 2016-09-27 15:54:05 +02:00
Hieu Hoang
43b3bb9822 copy compile args from cpu branch 2016-09-18 16:11:00 +01:00
Hieu Hoang
9c18d1c230 add cpu 2016-09-03 02:08:09 +01:00
Hieu Hoang
eb51f910be compiles on OSX 2016-09-01 19:20:52 +01:00
Hieu Hoang
a2a56ad782 -pthread, not just -lpthread 2016-07-19 13:37:37 +01:00
Marcin Junczys-Dowmunt
dfd47f61b6 added yaml-cpp 2016-05-18 16:19:33 +02:00
Marcin Junczys-Dowmunt
3dffcc4387 change name to amunmt 2016-05-15 12:21:11 +02:00