Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
apex
Commits
aea81c0c
Unverified
Commit
aea81c0c
authored
May 29, 2020
by
Peng
Committed by
GitHub
May 29, 2020
Browse files
Merge pull request #18 from lcskrishna/cl/readme-updates
[Documentation] Update the readme for ROCm.
parents
38ade0a0
8fff447e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
README.md
README.md
+19
-0
No files found.
README.md
View file @
aea81c0c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment