From 7aa51e150a1dd3649a100b2343fb45a55dff8b1c Mon Sep 17 00:00:00 2001 From: Ruomei Yan Date: Fri, 19 Aug 2022 16:45:43 +0100 Subject: MLIA-539 Update README with compatibility matrix of backends Change-Id: I9f2ee03a5db79fcb14464c5f276d8790b1788bbd --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 513a264..e5d59aa 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,25 @@ virtual environment. *Please note*: Backends cannot be removed once installed. Consider creating a new environment and reinstall backends when needed. +### Backend compatibility table + +Not all backends work on any platform. Please refer to the compatibility table +below: + +``` ++---------------------------------------------------------------------------+ +| Backend | Linux | Windows | Python | ++============================================================================ +| Corstone-300 | x86_64 | Not compatible | Python>=3.8 | ++---------------------------------------------------------------------------- +| Corstone-310 | x86_64 | Not compatible | Python>=3.8 | ++---------------------------------------------------------------------------- +| TOSA checker | x86_64 (manylinux2014) | Not compatible | 3.7<=Python<=3.9 | ++---------------------------------------------------------------------------- +| Vela | x86_64 | Windows 10 | Python~=3.7 | ++---------------------------------------------------------------------------+ +``` + ### Using Corstone™-300 To install Corstone™-300 as a backend for Ethos™-U both options (`--download` @@ -387,3 +406,4 @@ Keras™ is a trademark by François Chollet. Linux® is the registered trademark of Linus Torvalds in the U.S. and elsewhere. Python® is a registered trademark of the PSF. Ubuntu® is a registered trademark of Canonical. +Microsoft and Windows are trademarks of the Microsoft group of companies. -- cgit v1.2.1