aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTianxingHe <[email protected]>2015-12-04 15:19:44 +0800
committerTianxingHe <[email protected]>2015-12-04 15:19:44 +0800
commitaf684cb95478fc38cc3d9f284b6b518a431c87e2 (patch)
treefaab52eb3f6507331703b656c62a9e2ebf3b3f92 /README.md
parentcbcce5ecc2864872b411eebbd307fa0f9a7e9dc0 (diff)
parent618450eb71817ded45c422f35d8fede2d52a66b2 (diff)
Merge pull request #15 from cloudygoose/txh18/rnnlm
LSTM&TNN
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c198cc5..fe9dfc1 100644
--- a/README.md
+++ b/README.md
@@ -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