diff options
author | Determinant <[email protected]> | 2015-11-23 15:47:52 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2015-11-23 15:47:52 +0800 |
commit | e10e9dc4a517d2adc84dbe46c6ccded9043a81e4 (patch) | |
tree | 25dbfa14fb33645bba1912a5da43b4b66770f3e8 /README.md | |
parent | 591e04a088b31b8c506f885ed3e54203cdfd11b6 (diff) | |
parent | 6d66b73e49e3a3e41a1fb92d5180163f45ff6253 (diff) |
Merge branch 'master' of github.com:Nerv-SJTU/nerv
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ git clone https://github.com/Nerv-SJTU/nerv.git cd nerv git submodule init && git submodule update make +#To include some new CUDA feature(e.x. atomicCAS), use "make CFLAGS=-D__NERV_FUTURE_CUDA_7" #further, if you want the speech modules git clone https://github.com/Nerv-SJTU/nerv-speech.git speech |