Skip to content

Commit da86da0

Browse files
committed
update doc and news
1 parent 8df85c9 commit da86da0

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# News for Mocha Development
22

3+
## v0.2.1 2017.11.07
4+
5+
* Infrastructure
6+
* Mocha is now compatible with (and requires) Julia 0.6
7+
* Mocha is now updated for CUDA 8.0 and cuDNN 5.1 API changes
8+
39
## v0.2.0 2016.12.16
410

511
Tagged as 0.2.0 instead of 0.1.3 because Julia now does not support

docs/user-guide/backend.rst

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,9 @@ free.
131131

132132
.. note::
133133

134-
* cuDNN requires CUDA 6.5 to run.
135-
* Mocha v0.0.1 ~ v0.0.4 use cuDNN 6.5 R1, which is only available on Linux
136-
and Windows.
137-
* Mocha v0.0.5 and higher uses cuDNN 6.5 v2, which is also
138-
available on Mac OS X.
139-
* cuDNN 6.5 v2 is **not** backward compatible with cuDNN 6.5 R1.
134+
Mocha is tested on CUDA 8.0 and cuDNN 5.1 on Linux. Since cuDNN typically do not
135+
keep backward compatibility in the APIs, it is not guaranteed to run on
136+
different versions.
140137

141138
Before using the CUDA backend, the Mocha kernels needs to be compiled. The kernels
142139
are located in ``src/cuda/kernels``. Please use ``Pkg.dir("Mocha")`` to find out
@@ -181,5 +178,3 @@ compiled kernel and the source files. An error will be raised if the compiled ke
181178
file is found to be older than the kernel source files. Simply following the procedures
182179
above to compile the kernel again will solve this problem.
183180

184-
185-

0 commit comments

Comments
 (0)