diff --git a/docs/dev/data.rst b/docs/dev/data.rst index ce3e77e04b8..217a6c6b81b 100755 --- a/docs/dev/data.rst +++ b/docs/dev/data.rst @@ -1,3 +1,7 @@ +.. meta:: + :description: MIGraphX internal data types + :keywords: MIGraphX, code base, contribution, developing, data types + Data types ========== diff --git a/docs/dev/dev_intro.rst b/docs/dev/dev_intro.rst index f22f1d36f17..7454821f5e0 100644 --- a/docs/dev/dev_intro.rst +++ b/docs/dev/dev_intro.rst @@ -1,3 +1,8 @@ +.. meta:: + :description: MIGraphX introduction to developing for the code base + :keywords: MIGraphX, code base, contribution, developing, introduction, developers + + Developer Introduction ====================== diff --git a/docs/dev/env_vars.rst b/docs/dev/env_vars.rst index 06e9624741c..cc7915df879 100644 --- a/docs/dev/env_vars.rst +++ b/docs/dev/env_vars.rst @@ -1,3 +1,7 @@ +.. meta:: + :description: MIGraphX internal environment variables + :keywords: MIGraphX, code base, contribution, developing, env vars, environment variables + Environment Variables ===================== diff --git a/docs/dev/matchers.rst b/docs/dev/matchers.rst index 32c5b075d84..01d4ae6e35d 100644 --- a/docs/dev/matchers.rst +++ b/docs/dev/matchers.rst @@ -1,3 +1,7 @@ +.. meta:: + :description: MIGraphX internal matchers + :keywords: MIGraphX, code base, contribution, developing, matchers + Matchers ======== diff --git a/docs/dev/onnx_operators.rst b/docs/dev/onnx_operators.rst index fc621b4f894..3e21f1172bb 100644 --- a/docs/dev/onnx_operators.rst +++ b/docs/dev/onnx_operators.rst @@ -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 `__ +operators can be found in `the ONNX GitHub repository `_. -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 `__ + .. Note:: + + FP8 support is only for E4M3FNUZ, see `Float stored in 8 bits `_ 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 ----------------------- diff --git a/docs/dev/operators.rst b/docs/dev/operators.rst index 15691feb92f..8cf641f5767 100755 --- a/docs/dev/operators.rst +++ b/docs/dev/operators.rst @@ -1,3 +1,7 @@ +.. meta:: + :description: MIGraphX internal operators + :keywords: MIGraphX, code base, contribution, developing, operators + Operators ========= diff --git a/docs/dev/pass.rst b/docs/dev/pass.rst index 4c27b706252..feada6df969 100755 --- a/docs/dev/pass.rst +++ b/docs/dev/pass.rst @@ -1,3 +1,7 @@ +.. meta:: + :description: MIGraphX internal passes + :keywords: MIGraphX, code base, contribution, developing, passes + Passes ====== diff --git a/docs/dev/program.rst b/docs/dev/program.rst index 65b99343a9b..fe1ab3cfa38 100755 --- a/docs/dev/program.rst +++ b/docs/dev/program.rst @@ -1,3 +1,7 @@ +.. meta:: + :description: MIGraphX program + :keywords: MIGraphX, code base, contribution, developing, program + Program ======= diff --git a/docs/dev/quantization.rst b/docs/dev/quantization.rst index aecbd63188f..16e79c8a93d 100755 --- a/docs/dev/quantization.rst +++ b/docs/dev/quantization.rst @@ -1,3 +1,7 @@ +.. meta:: + :description: MIGraphX internal quantization + :keywords: MIGraphX, code base, contribution, developing, quantization + Quantization ============ diff --git a/docs/dev/targets.rst b/docs/dev/targets.rst index eb1ee223ca6..3f95688ea84 100755 --- a/docs/dev/targets.rst +++ b/docs/dev/targets.rst @@ -1,3 +1,7 @@ +.. meta:: + :description: MIGraphX targets + :keywords: MIGraphX, code base, contribution, developing, targets + Targets ======= diff --git a/docs/dev/tools.rst b/docs/dev/tools.rst index 077eb5b9208..43847e399e4 100644 --- a/docs/dev/tools.rst +++ b/docs/dev/tools.rst @@ -1,3 +1,7 @@ +.. meta:: + :description: MIGraphX tools + :keywords: MIGraphX, code base, contribution, developing, tooks, knobs + .. _tools: Tools diff --git a/docs/dev/triage-rocmlir.rst b/docs/dev/triage-rocmlir.rst index 63bed90455f..7f21c0a167a 100644 --- a/docs/dev/triage-rocmlir.rst +++ b/docs/dev/triage-rocmlir.rst @@ -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 ================================================ diff --git a/docs/reference/cpp.rst b/docs/reference/cpp.rst index 57baef8bda1..1982328f7f6 100755 --- a/docs/reference/cpp.rst +++ b/docs/reference/cpp.rst @@ -1,3 +1,7 @@ +.. meta:: + :description: MIGraphX C++ API reference + :keywords: MIGraphX, ROCm, C++, API, reference, development, developer + .. _cpp-api-reference: C++ API reference diff --git a/docs/reference/driver-options.rst b/docs/reference/driver-options.rst index 55012aa0fb1..e58a3752135 100644 --- a/docs/reference/driver-options.rst +++ b/docs/reference/driver-options.rst @@ -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: diff --git a/docs/reference/py.rst b/docs/reference/py.rst index c68a2df0e54..17077dc120a 100755 --- a/docs/reference/py.rst +++ b/docs/reference/py.rst @@ -1,3 +1,7 @@ +.. meta:: + :description: MIGraphX Python API reference + :keywords: MIGraphX, ROCm, Python, API, reference, development, developer + .. py:module:: migraphx .. _python-api-reference: