Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxiaoh authored Jun 5, 2018
1 parent 520f6a1 commit 8b3f1dd
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A Chainer module providing mumpy like API and DNN acceleration using MKL-DNN.

## Requirements

This preview version of iDeep is tested on Ubuntu 16.04 and OS X.
This preview version is tested on Ubuntu 16.04 and OS X.

Minimum requirements:
- cmake 3.0.0+
Expand All @@ -23,30 +23,13 @@ Other requirements:

## Installation

### iDeep Cpp API

Head file mode to introduce iDeep Cpp APIs:

```
#include "ideep.hpp"
```

Pin singleton head file to one Cpp file of your project to instance iDeep singletons.

```
@@ main.cc
#include "ideep_pin_singletons.hpp"
```

### Install iDeep python package

If you use old ``setuptools``, upgrade it:

```
pip install -U setuptools
```

Install iDeep python package(ideep4py) from the source code:
Install python package from the source code:

```
git submodule update --init && mkdir build && cd build && cmake ..
Expand All @@ -56,7 +39,6 @@ python setup.py install

## More information
- MKL-DNN github: https://github.com/01org/mkl-dnn
- iDeep github: https://github.com/intel/ideep.git
- Chainer github: https://github.com/chainer/chainer

## License
Expand Down

0 comments on commit 8b3f1dd

Please sign in to comment.