"...csrc/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "dc3ac2909c2b9a5f6874ba1f1041ef49bd5482d6"
Unverified Commit aea81c0c authored by Peng's avatar Peng Committed by GitHub
Browse files

Merge pull request #18 from lcskrishna/cl/readme-updates

[Documentation] Update the readme for ROCm.
parents 38ade0a0 8fff447e
......@@ -115,8 +115,27 @@ It's often convenient to use Apex in Docker containers. Compatible options incl
See the [Docker example folder](https://github.com/NVIDIA/apex/tree/master/examples/docker) for details.
## On ROCm:
* Python 3.6
* Pytorch 1.5 or newer, The HIPExtensions require 1.5 or newer.
* We recommend follow the instructions from [ROCm-Pytorch](https://github.com/ROCmSoftwarePlatform/pytorch) to install pytorch on ROCm.
# Quick Start
### Rocm
Apex on ROCm supports both python only build and extension build.
Note: Pytorch version recommended is >=1.5 for extension build.
### To install using python only build use the following command in apex folder:
```
python3.6 setup.py install
```
### To install using extensions enabled use the following command in apex folder:
```
python3.6 setup.py install --cpp_ext --cuda_ext
```
### Linux
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