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
gaoqiong
MIGraphX
Commits
d3e191a0
Unverified
Commit
d3e191a0
authored
Apr 30, 2019
by
mvermeulen
Committed by
GitHub
Apr 30, 2019
Browse files
Merge branch 'develop' into scalar_parsing
parents
6f10dca4
17bc98d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
README.md
README.md
+8
-4
No files found.
README.md
View file @
d3e191a0
...
@@ -12,14 +12,18 @@ AMD's graph optimization engine.
...
@@ -12,14 +12,18 @@ AMD's graph optimization engine.
## Installing the dependencies
## Installing the dependencies
The dependencies can be installed with the
`install_deps.cmake`
, script:
`cmake -P install_deps.cmake`
.
Dependencies can be installed using the ROCm build tool
[
rbuild
](
https://github.com/RadeonOpenCompute/rbuild
)
.
This will install by default to
`/usr/local`
but it can be installed in another location with
`--prefix`
argument:
To install rbuild:
```
```
cmake -P install_deps.cmake --prefix /some/local/dir
pip install https://github.com/RadeonOpenCompute/rbuild/archive/master.tar.gz
```
```
To build dependencies along with MIGraphX
```
rbuild build -d depend --cxx=/opt/rocm/bin/hcc
```
This builds dependencies in the subdirectory named depend and then builds MIGraphX using these dependencies.
## Building MIGraphX from source
## Building MIGraphX from source
...
...
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