File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 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
511Tagged as 0.2.0 instead of 0.1.3 because Julia now does not support
Original file line number Diff line number Diff 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
141138Before using the CUDA backend, the Mocha kernels needs to be compiled. The kernels
142139are 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
181178file is found to be older than the kernel source files. Simply following the procedures
182179above to compile the kernel again will solve this problem.
183180
184-
185-
You can’t perform that action at this time.
0 commit comments