You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains source code of embARC Machine Learning Inference Library (embARC MLI Library),
5
-
documentation and examples. Read the documentation at [embarc.org](https://embarc.org/embarc_mli).
5
+
documentation and examples.
6
6
7
7
## Release notes
8
8
----------------
@@ -31,9 +31,16 @@ documentation and examples. Read the documentation at [embarc.org](https://embar
31
31
* Average Pooling (HWC Layout)
32
32
5. Slicing support: creation of sub-tenors and support for non-contiguous tensor data.
33
33
34
+
## Documentation
35
+
----------------
36
+
The pre-built documentation can be found on the [release page](https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_mli/releases)
37
+
in the assets list of the required embARC MLI library version. To use it download
38
+
*embARC_MLI_\<version\>_API_Doc.zip* file, unzip the archive and
39
+
open `<unzipped_archive_root>/html/index.html` file in a browser.
40
+
34
41
## Package structure
35
42
--------------------
36
-
./bin - directory holder for embARC MLI library and samples binaries created during build
43
+
./bin - directory holder for embARC MLI library and samples binaries created during build
37
44
./build - contains common build rules
38
45
./doc - contains the API documentation of the embARC MLI library
39
46
./include - include files with API prototypes and types
@@ -90,11 +97,11 @@ Please be aware that the list of specializations is not guaranteed to be backwar
90
97
---------------
91
98
92
99
***Q: Can I use ARC GNU tools to build embARC MLI library?***
93
-
A: No you cannot. embARC MLI Library must be built by MetaWare Development Tools only. Read the documentation at [embarc.org](https://embarc.org/embarc_mli/doc/build/html/getting_started/getting_started.html#build-library) for details
100
+
A: No you cannot. embARC MLI Library must be built by MetaWare Development Tools only.
94
101
95
102
***Q: Can I use MetaWare Development Tools Lite to pre-build embARC MLI library and ARC GNU to build example application?***
96
103
A: No you cannot. embARC MLI Library must be built by full version of MetaWare Development Tools. Binaries built with MWDT Lite are not compatible with ARC GNU Tools and full MetaWare Development Tools. Read the MWDT Lite documentation for details.
97
104
98
105
***Q: I can not build and run example application for my Synopsys board (EMSK, IoTDK, etc), what I shall do?***
99
-
A: If you build for Synopsys boards refer to documentation [embarc.org](https://embarc.org/platforms.html) as a good starting point.
106
+
A: If you build for Synopsys boards refer to documentation [embarc.org](https://embarc.org/projects/development-systems/) as a good starting point.
100
107
You should also note that example applications support different configurations for pre trained models and thus memory requirements, not all configurations can be built and run on Synopsys boards due to memory limitations and HW capabilities, read example application readme for details. embARC MLI Library must be also pre built specifically for your board by MetaWare Development Tools. Please note that makefiles provided with examples are configured for IoTDK only if GNU tools are used.
0 commit comments