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
e9c43d67
Unverified
Commit
e9c43d67
authored
Aug 21, 2020
by
Chaitanya Sri Krishna Lolla
Committed by
GitHub
Aug 21, 2020
Browse files
update readme with ninja build instruction and pip3.6 install (#35)
parent
3344233f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
README.md
README.md
+6
-0
No files found.
README.md
View file @
e9c43d67
...
...
@@ -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
...
...
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