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
3557ce90
Unverified
Commit
3557ce90
authored
May 18, 2023
by
Chris Austen
Committed by
GitHub
May 18, 2023
Browse files
Docsupdate (#1748)
Co-authored-by:
Sam Wu
<
sam.wu2@amd.com
>
Co-authored-by:
Paul
<
pfultz2@yahoo.com
>
parent
c7ca67ff
Changes
39
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
13 additions
and
17 deletions
+13
-17
docs/data/roctx2.jpg
docs/data/roctx2.jpg
+0
-0
docs/dev/data.rst
docs/dev/data.rst
+0
-0
docs/dev/matchers.rst
docs/dev/matchers.rst
+0
-0
docs/dev/operators.rst
docs/dev/operators.rst
+0
-0
docs/dev/pass.rst
docs/dev/pass.rst
+0
-0
docs/dev/program.rst
docs/dev/program.rst
+0
-0
docs/dev/quantization.rst
docs/dev/quantization.rst
+0
-0
docs/dev/targets.rst
docs/dev/targets.rst
+0
-0
docs/dev/tools.rst
docs/dev/tools.rst
+3
-3
docs/dev_intro.rst
docs/dev_intro.rst
+0
-0
docs/driver.rst
docs/driver.rst
+0
-0
docs/driver/compile.rst
docs/driver/compile.rst
+0
-0
docs/driver/read.rst
docs/driver/read.rst
+0
-0
docs/index.rst
docs/index.rst
+3
-11
docs/py_user_guide.rst
docs/py_user_guide.rst
+0
-0
docs/reference/cpp.rst
docs/reference/cpp.rst
+0
-0
docs/reference/py.rst
docs/reference/py.rst
+0
-0
hip-clang.docker
hip-clang.docker
+1
-2
tools/build_and_test_onnxrt.sh
tools/build_and_test_onnxrt.sh
+6
-1
No files found.
doc
/src/dev
/roctx2.jpg
→
doc
s/data
/roctx2.jpg
View file @
3557ce90
File moved
doc
/src
/dev/data.rst
→
doc
s
/dev/data.rst
View file @
3557ce90
File moved
doc
/src
/dev/matchers.rst
→
doc
s
/dev/matchers.rst
View file @
3557ce90
File moved
doc
/src
/dev/operators.rst
→
doc
s
/dev/operators.rst
View file @
3557ce90
File moved
doc
/src
/dev/pass.rst
→
doc
s
/dev/pass.rst
View file @
3557ce90
File moved
doc
/src
/dev/program.rst
→
doc
s
/dev/program.rst
View file @
3557ce90
File moved
doc
/src
/dev/quantization.rst
→
doc
s
/dev/quantization.rst
View file @
3557ce90
File moved
doc
/src
/dev/targets.rst
→
doc
s
/dev/targets.rst
View file @
3557ce90
File moved
doc
/src
/dev/tools.rst
→
doc
s
/dev/tools.rst
View file @
3557ce90
...
@@ -53,13 +53,13 @@ Average total time is also provided. There are three files provided for referenc
...
@@ -53,13 +53,13 @@ Average total time is also provided. There are three files provided for referenc
An example output:
An example output:
.. image:: ./roctx1.jpg
.. image:: .
./data
/roctx1.jpg
Hotspot kerel timing information:
Hotspot kerel timing information:
.. image:: ./roctx2.jpg
.. image:: .
./data
/roctx2.jpg
**Parsing an already existing JSON file:**
**Parsing an already existing JSON file:**
::
::
python roctx.py --parse --json-path ../trace.json
python roctx.py --parse --json-path ../trace.json
\ No newline at end of file
doc
/src
/dev_intro.rst
→
doc
s
/dev_intro.rst
View file @
3557ce90
File moved
doc
/src
/driver.rst
→
doc
s
/driver.rst
View file @
3557ce90
File moved
doc
/src
/driver/compile.rst
→
doc
s
/driver/compile.rst
View file @
3557ce90
File moved
doc
/src
/driver/read.rst
→
doc
s
/driver/read.rst
View file @
3557ce90
File moved
doc
/src
/index.rst
→
doc
s
/index.rst
View file @
3557ce90
...
@@ -3,18 +3,10 @@
...
@@ -3,18 +3,10 @@
You can adapt this file completely to your liking, but it should at least
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
contain the root `toctree` directive.
Welcome to AMD MIGraphX's documentation!
AMD MIGraphX documentation
========================================
==========================
.. toctree::
:maxdepth: 3
:caption: Contents:
py_user_guide
cpp_user_guide
driver
contributor_guide
AMD MIGraphX is AMD's graph inference engine that accelerates machine learning model inference.
Indices and tables
Indices and tables
==================
==================
...
...
doc
/src
/py_user_guide.rst
→
doc
s
/py_user_guide.rst
View file @
3557ce90
File moved
doc
/src
/reference/cpp.rst
→
doc
s
/reference/cpp.rst
View file @
3557ce90
File moved
doc
/src
/reference/py.rst
→
doc
s
/reference/py.rst
View file @
3557ce90
File moved
hip-clang.docker
View file @
3557ce90
...
@@ -47,7 +47,7 @@ ENV LANG=C.UTF-8
...
@@ -47,7 +47,7 @@ ENV LANG=C.UTF-8
RUN
pip3
install
yapf
==
0.28.0
RUN
pip3
install
yapf
==
0.28.0
# Install doc requirements
# Install doc requirements
ADD
doc/requirements.txt /doc-requirements.txt
ADD
doc
s/.sphinx
/requirements.txt /doc-requirements.txt
RUN
pip3
install
-r
/doc-requirements.txt
RUN
pip3
install
-r
/doc-requirements.txt
# Install dependencies
# Install dependencies
...
@@ -57,4 +57,3 @@ ADD rbuild.ini /rbuild.ini
...
@@ -57,4 +57,3 @@ ADD rbuild.ini /rbuild.ini
COPY
./tools/install_prereqs.sh /
COPY
./tools/install_prereqs.sh /
RUN
/install_prereqs.sh /usr/local /
&&
rm
/install_prereqs.sh
RUN
/install_prereqs.sh /usr/local /
&&
rm
/install_prereqs.sh
tools/build_and_test_onnxrt.sh
View file @
3557ce90
...
@@ -21,6 +21,11 @@
...
@@ -21,6 +21,11 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
# THE SOFTWARE.
#####################################################################################
#####################################################################################
set
-e
ulimit
-c
unlimited
cd
/onnxruntime
cd
/onnxruntime
pip3
install
-r
requirements-dev.txt
pip3
install
-r
requirements-dev.txt
# Add newer cmake to the path
# Add newer cmake to the path
...
@@ -35,4 +40,4 @@ echo 'InferenceSessionTests.CheckRunProfilerWithSessionOptions' >> ../../../tool
...
@@ -35,4 +40,4 @@ echo 'InferenceSessionTests.CheckRunProfilerWithSessionOptions' >> ../../../tool
echo
'InferenceSessionTests.CheckRunProfilerWithSessionOptions2'
>>
../../../tools/ci_build/github/pai/migraphx-excluded-tests.txt
echo
'InferenceSessionTests.CheckRunProfilerWithSessionOptions2'
>>
../../../tools/ci_build/github/pai/migraphx-excluded-tests.txt
echo
'InferenceSessionTests.Test3LayerNestedSubgraph'
>>
../../../tools/ci_build/github/pai/migraphx-excluded-tests.txt
echo
'InferenceSessionTests.Test3LayerNestedSubgraph'
>>
../../../tools/ci_build/github/pai/migraphx-excluded-tests.txt
echo
'InferenceSessionTests.Test2LayerNestedSubgraph'
>>
../../../tools/ci_build/github/pai/migraphx-excluded-tests.txt
echo
'InferenceSessionTests.Test2LayerNestedSubgraph'
>>
../../../tools/ci_build/github/pai/migraphx-excluded-tests.txt
../../../tools/ci_build/github/pai/migraphx_test_launcher.sh
../../../tools/ci_build/github/pai/migraphx_test_launcher.sh
||
(
gdb ./onnxruntime_test_all core
-batch
-ex
bt
&&
exit
1
)
Prev
1
2
Next
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