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
1cdb9718
Commit
1cdb9718
authored
Nov 14, 2018
by
Paul
Browse files
Update docs
parent
d24755de
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
14 deletions
+14
-14
README.md
README.md
+3
-3
doc/src/conf.py
doc/src/conf.py
+7
-7
doc/src/index.rst
doc/src/index.rst
+3
-3
doc/src/overview.rst
doc/src/overview.rst
+1
-1
No files found.
README.md
View file @
1cdb9718
# MIGraph
#
AMD
MIGraph
X
AMD's
library for
graph optimization
s
.
AMD's graph optimization
engine
.
## Prerequisites
*
[
ROCm cmake modules
](
https://github.com/RadeonOpenCompute/rocm-cmake
)
**required**
...
...
@@ -20,7 +20,7 @@ cmake -P install_deps.cmake --prefix /some/local/dir
```
## Building MIGraph from source
## Building MIGraph
X
from source
## Configuring with cmake
...
...
doc/src/conf.py
View file @
1cdb9718
# -*- coding: utf-8 -*-
#
# MIGraph documentation build configuration file, created by
# MIGraph
X
documentation build configuration file, created by
# sphinx-quickstart on Thu Jul 19 11:38:13 2018.
#
# This file is execfile()d with the current directory set to its
...
...
@@ -45,7 +45,7 @@ source_suffix = '.rst'
master_doc
=
'index'
# General information about the project.
project
=
u
'MIGraph'
project
=
u
'MIGraph
X
'
copyright
=
u
'2018, AMD'
author
=
u
'AMD'
...
...
@@ -101,7 +101,7 @@ html_static_path = ['_static']
# -- Options for HTMLHelp output ------------------------------------------
# Output file base name for HTML help builder.
htmlhelp_basename
=
'MIGraphdoc'
htmlhelp_basename
=
'MIGraph
X
doc'
# -- Options for LaTeX output ---------------------------------------------
...
...
@@ -128,7 +128,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents
=
[
(
master_doc
,
'MIGraph.tex'
,
u
'MIGraph Documentation'
,
(
master_doc
,
'MIGraph
X
.tex'
,
u
'MIGraph
X
Documentation'
,
u
'AMD'
,
'manual'
),
]
...
...
@@ -138,7 +138,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages
=
[
(
master_doc
,
'migraphx'
,
u
'MIGraph Documentation'
,
(
master_doc
,
'migraphx'
,
u
'MIGraph
X
Documentation'
,
[
author
],
1
)
]
...
...
@@ -149,8 +149,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents
=
[
(
master_doc
,
'MIGraph'
,
u
'MIGraph Documentation'
,
author
,
'MIGraph'
,
'One line description of project.'
,
(
master_doc
,
'MIGraph
X
'
,
u
'MIGraph
X
Documentation'
,
author
,
'MIGraph
X
'
,
'One line description of project.'
,
'Miscellaneous'
),
]
...
...
doc/src/index.rst
View file @
1cdb9718
.. MIGraph documentation master file, created by
.. MIGraph
X
documentation master file, created by
sphinx-quickstart on Thu Jul 19 11:38:13 2018.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to MIGraph's documentation!
===================================
Welcome to
AMD
MIGraph
X
's documentation!
===================================
=====
.. toctree::
:maxdepth: 3
...
...
doc/src/overview.rst
View file @
1cdb9718
Overview
========
MIGraph provides an optimized execution engine for deep learning neural networks.
MIGraph
X
provides an optimized execution engine for deep learning neural networks.
Building a program
------------------
...
...
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