提交 7984c45b authored 作者: nouiz's avatar nouiz

Merge pull request #256 from delallea/win_vcproj

Added documentation about newly-added VS files
...@@ -656,6 +656,17 @@ This will run tests in batches of 100, which should avoid memory errors. ...@@ -656,6 +656,17 @@ This will run tests in batches of 100, which should avoid memory errors.
Note that this script calls ``nosetests``, which may require being run from Note that this script calls ``nosetests``, which may require being run from
within a MinGW shell if you installed Nose manually as described above. within a MinGW shell if you installed Nose manually as described above.
Editing code in Visual Studio
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You will find a Visual Studio solution file (``Theano.sln``) in the root of
the Theano repository. Note that this project file may not be kept up-to-date
and is not officiallly supported by the core Theano developers: it is provided
for convenience only.
Also, be aware that it will not make Theano use Visual Studio to compile C
files: it is only meant to provide an easy way to edit Theano code within
the Visual Studio editor.
Compiling a faster BLAS Compiling a faster BLAS
~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论