This repository contains the xml manifest describing how to checkout all the ML SDK for Vulkan® software plus all its dependencies.
The following describes a typical setup workflow for Linux. For additional configuration options or instructions for other platforms, please refer to the official documentation.
Install git-repo tool from https://gerrit.googlesource.com/git-repo
curl --create-dirs --output ~/.local/bin/repo https://storage.googleapis.com/git-repo-downloads/repo
chmod +x ~/.local/bin/repoIn order to perform the checkout, use the following commands:
repo init https://github.com/arm/ai-ml-sdk-manifest.git
repo sync -j $(nproc)This will checkout all the ML SDK for Vulkan® software plus all the required dependencies. The project structure will look like the following:
ROOT_DIR/
|_ sw/emulation-layer
|_ sw/model-converter
|_ sw/scenario-runner
|_ sw/vgf-lib
|_dependencies/
| |_ ...
| |_ ...
|_docs/
| |_ ...
| |_ ...
|_ ...
The sub-directory sw contains the ML SDK for Vulkan® components projects. The
sub-directory dependencies contains all the software dependencies necessary to
build the ML SDK for Vulkan®. The docs folder contains the ML SDK for Vulkan®
documentation.
If you believe you have discovered a security issue please refer to the Security Section
Arm® is a registered trademarks of Arm Limited (or its subsidiaries) in the US and/or elsewhere.
Khronos®, Vulkan® and SPIR-V™ are registered trademarks of the Khronos® Group.