Skip to content

Commit

Permalink
updated metadata (#3667)
Browse files Browse the repository at this point in the history
  • Loading branch information
spolifroni-amd authored Dec 4, 2024
1 parent ea04f36 commit 6b886e3
Show file tree
Hide file tree
Showing 15 changed files with 67 additions and 12 deletions.
4 changes: 4 additions & 0 deletions docs/dev/data.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. meta::
:description: MIGraphX internal data types
:keywords: MIGraphX, code base, contribution, developing, data types

Data types
==========

Expand Down
5 changes: 5 additions & 0 deletions docs/dev/dev_intro.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.. meta::
:description: MIGraphX introduction to developing for the code base
:keywords: MIGraphX, code base, contribution, developing, introduction, developers


Developer Introduction
======================

Expand Down
4 changes: 4 additions & 0 deletions docs/dev/env_vars.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. meta::
:description: MIGraphX internal environment variables
:keywords: MIGraphX, code base, contribution, developing, env vars, environment variables

Environment Variables
=====================

Expand Down
4 changes: 4 additions & 0 deletions docs/dev/matchers.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. meta::
:description: MIGraphX internal matchers
:keywords: MIGraphX, code base, contribution, developing, matchers

Matchers
========

Expand Down
22 changes: 12 additions & 10 deletions docs/dev/onnx_operators.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
.. meta::
:description: MIGraphX supported ONNX operators
:keywords: MIGraphX, code base, contribution, developing, ONNX operators

Supported ONNX Operators
========================

MIGraphX supports operators up to Opset 19. Latest information of ONNX
operators can be found
`here <https://github.com/onnx/onnx/blob/master/docs/Operators.md>`__
operators can be found in `the ONNX GitHub repository <https://github.com/onnx/onnx/blob/master/docs/Operators.md>`_.

MIGraphX supports the following ONNX data types: BOOL, UINT8, UINT16,
UINT32, UINT64, INT8, INT16, INT32, INT64, FLOAT8, FLOAT16, FLOAT32,
DOUBLE
MIGraphX supports the following ONNX data types: BOOL, UINT8, UINT16, UINT32, UINT64, INT8, INT16, INT32, INT64, FLOAT8, FLOAT16, FLOAT32, and DOUBLE

NOTE: FP8 support is only for E4M3FNUZ, see
`here <https://onnx.ai/onnx/technical/float8.html>`__
.. Note::

FP8 support is only for E4M3FNUZ, see `Float stored in 8 bits <https://onnx.ai/onnx/technical/float8.html>`_ in the ONNX documentation.

See below for the support matrix of ONNX operators in MIGraphX.

NOTE: Supported Types are from ONNX specification. An operator might
support more datatypes (e.g. integer type for float operator) than
listed.
.. Note::

The listed supported types are taken from the ONNX specification. An operator might support other additional datatypes.

Operator Support Matrix
-----------------------
Expand Down
4 changes: 4 additions & 0 deletions docs/dev/operators.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. meta::
:description: MIGraphX internal operators
:keywords: MIGraphX, code base, contribution, developing, operators

Operators
=========

Expand Down
4 changes: 4 additions & 0 deletions docs/dev/pass.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. meta::
:description: MIGraphX internal passes
:keywords: MIGraphX, code base, contribution, developing, passes

Passes
======

Expand Down
4 changes: 4 additions & 0 deletions docs/dev/program.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. meta::
:description: MIGraphX program
:keywords: MIGraphX, code base, contribution, developing, program

Program
=======

Expand Down
4 changes: 4 additions & 0 deletions docs/dev/quantization.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. meta::
:description: MIGraphX internal quantization
:keywords: MIGraphX, code base, contribution, developing, quantization

Quantization
============

Expand Down
4 changes: 4 additions & 0 deletions docs/dev/targets.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. meta::
:description: MIGraphX targets
:keywords: MIGraphX, code base, contribution, developing, targets

Targets
=======

Expand Down
4 changes: 4 additions & 0 deletions docs/dev/tools.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. meta::
:description: MIGraphX tools
:keywords: MIGraphX, code base, contribution, developing, tooks, knobs

.. _tools:

Tools
Expand Down
4 changes: 4 additions & 0 deletions docs/dev/triage-rocmlir.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. meta::
:description: Issue Triaging Guide for suspected issues
:keywords: MIGraphX, rocMLIR, issues, pipeline, compilation, bug, code base, kernel, contribution, developing

Issue Triaging Guide for suspected rocMLIR issue
================================================

Expand Down
4 changes: 4 additions & 0 deletions docs/reference/cpp.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. meta::
:description: MIGraphX C++ API reference
:keywords: MIGraphX, ROCm, C++, API, reference, development, developer

.. _cpp-api-reference:

C++ API reference
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/driver-options.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. meta::
:description: MIGraphX provides an optimized execution engine for deep learning neural networks
:keywords: MIGraphX, ROCm, library, API, tool
:description: MIGraphX driver options
:keywords: MIGraphX, ROCm, driver, options

.. _driver-options:

Expand Down
4 changes: 4 additions & 0 deletions docs/reference/py.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. meta::
:description: MIGraphX Python API reference
:keywords: MIGraphX, ROCm, Python, API, reference, development, developer

.. py:module:: migraphx
.. _python-api-reference:
Expand Down

0 comments on commit 6b886e3

Please sign in to comment.