Skip to content

Commit

Permalink
update readme with ninja build instruction and pip3.6 install (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcskrishna authored Aug 21, 2020
1 parent 3344233 commit e9c43d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@ python3.6 setup.py install
python3.6 setup.py install --cpp_ext --cuda_ext
```

### To install Apex on ROCm using ninja and without cloning the source
```
pip3.6 install ninja
pip3.6 install -v --install-option="--cpp_ext" --install-option="--cuda_ext" 'git+https://github.com/ROCmSoftwarePlatform/apex.git'
```

### Linux

For performance and full functionality, we recommend installing Apex with
Expand Down

0 comments on commit e9c43d6

Please sign in to comment.