Skip to content

This repository contains the xml manifest describing how to checkout all the ML SDK for Vulkan® software plus all its dependencies.

Notifications You must be signed in to change notification settings

arm/ai-ml-sdk-manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ML SDK for Vulkan® Manifest

This repository contains the xml manifest describing how to checkout all the ML SDK for Vulkan® software plus all its dependencies.

Setup

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/repo

In 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.

Security

If you believe you have discovered a security issue please refer to the Security Section

Trademark notice

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.

About

This repository contains the xml manifest describing how to checkout all the ML SDK for Vulkan® software plus all its dependencies.

Resources

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •