"doc/git@developer.sourcefind.cn:OpenDAS/ktransformers.git" did not exist on "a7b995365ef477bc77d7e5588a0d4e988404eec4"
Unverified Commit e9c43d67 authored by Chaitanya Sri Krishna Lolla's avatar Chaitanya Sri Krishna Lolla Committed by GitHub
Browse files

update readme with ninja build instruction and pip3.6 install (#35)

parent 3344233f
...@@ -136,6 +136,12 @@ python3.6 setup.py install ...@@ -136,6 +136,12 @@ python3.6 setup.py install
python3.6 setup.py install --cpp_ext --cuda_ext 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 ### Linux
For performance and full functionality, we recommend installing Apex with For performance and full functionality, we recommend installing Apex with
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment