-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc reorganization #1334
Doc reorganization #1334
Conversation
* doc reorganization * doc reorg again * doc reorg more * doc reorg utilities * doc reorg utilities * doc_reorg complete...mostly
MIVisionX documentation | ||
****************************************** | ||
|
||
AMD MIVisionX toolkit is a comprehensive set of computer vision and machine intelligence libraries, utilities, and applications bundled into a single toolkit. MIVisionX delivers AMD's implementation of `Khronos OpenVX <https://www.khronos.org/openvx/>`_, and a Convolutional Neural Net model compiler & optimizer supporting `ONNX <https://onnx.ai/>`_ and `Khronos NNEF <https://www.khronos.org/nnef>`_ exchange formats. The MIVisionX toolkit allows for rapid prototyping and deployment of optimized computer vision and machine learning inference workloads on a wide range of computer hardware, including small embedded x86 CPUs, APUs, discrete GPUs, and heterogeneous servers. For more information refer to :ref:`what-is-mivisionx`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add comma:
For more information, refer to
* Refer to `openvx/include/VX <https://github.com/ROCm/MIVisionX/tree/master/amd_openvx/openvx/include>`_ for Khronos OpenVX standard header files. | ||
* Refer to `openvx/include/vx_ext_amd.h <https://github.com/ROCm/MIVisionX/tree/master/amd_openvx/openvx/include/vx_ext_amd.h>`_ for vendor extensions in AMD OpenVX library | ||
|
||
Build using `Visual Studio` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Microsoft Visual Studio with no italics
|
||
The following describes installing and setting up the model compiler & optimizer and neural net models for Linux. | ||
|
||
Pre-requisites |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no hyphen
* doc reorganization * doc reorg again * doc reorg more * doc reorg utilities * doc reorg utilities * doc_reorg complete...mostly
* README - Updates and cleanup * Readme - Updates (#1299) * Readme - Updates * Updates - Readme * Documentation - Fix broken links (#1308) * Fix broken links * remove unused * restored conf.py * Update NOTE format * fix other broken links * Update README.md --------- Co-authored-by: Kiriti Gowda <kiriti.nageshgowda@amd.com> * Docs - update TOC for API Ref (#1327) * Docs reorganization (#1334) * doc reorganization * doc reorg again * doc reorg more * doc reorg utilities * doc reorg utilities * doc_reorg complete...mostly * Leo's edits * Docs - Bump rocm-docs-core[api_reference] from 1.1.1 to 1.1.2 in /docs/sphinx (#1350) Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: rocm-docs-core[api_reference] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix SoftmaxWithLoss in table --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com> Co-authored-by: randyh62 <42045079+randyh62@users.noreply.github.com> Co-authored-by: Kiriti Gowda <kiriti.nageshgowda@amd.com> Co-authored-by: randyh62 <randyh@amd.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
reorganized and created RST doc contents.