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
9f3166cb
Commit
9f3166cb
authored
Apr 30, 2019
by
Khalique
Browse files
Merge branch 'develop' of
https://github.com/ROCmSoftwarePlatform/AMDMIGraphX
into clip_op
parents
a6f56554
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 @
9f3166cb
...
@@ -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