Welcome to the '|SDK_project|' documentation ============================================ The '|SDK_project|' is a collection of libraries and tools to assist with the integration and deployment of ML use cases via the Vulkan® API. The ML SDK for Vulkan® makes use of the new ML extensions for Vulkan® which provide a hardware abstraction to enable deployment of ML workloads that are both portable and accelerable. The extensions are: - `VK_ARM_data_graph `_ - `VK_ARM_tensors `_ - `SPV_ARM_graph `_ - `SPV_ARM_tensors `_ The tight integration of ML workloads into the rendering pipeline enables graphics use cases at improved levels of performance and efficiency and by leveraging the `TOSA `_ 1.x specification, you can expect consistent behavior accross multiple vendor implementations. .. toctree:: :maxdepth: 1 :caption: Overview introduction.rst cloning.rst building.rst tutorial.rst tensor_aliasing_tutorial.rst license.rst .. toctree:: :maxdepth: 2 :caption: ML SDK Model Converter model-converter/docs/in/index.rst .. toctree:: :maxdepth: 2 :caption: ML SDK VGF Library vgf-lib/docs/in/index.rst .. toctree:: :maxdepth: 2 :caption: ML SDK Scenario Runner scenario-runner/docs/in/index.rst .. toctree:: :maxdepth: 2 :caption: ML Emulation Layer for Vulkan® emulation-layer/docs/in/index.rst .. toctree:: :maxdepth: 1 :caption: Contribution contribution/guidelines.rst contribution/security.rst