aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorerik.andersson@arm.com <erik.andersson@arm.com>2021-08-25 16:42:19 +0200
committererik.andersson@arm.com <erik.andersson@arm.com>2021-11-26 13:01:46 +0100
commit480e31b477f877d254f95d2984c1a5b60e068450 (patch)
treed9f9f8bbad556c29940a0957f0b9937ba8234504 /README.md
parent837c31c2912386e4cdfac36f019dd73620970715 (diff)
downloadethos-u-vela-480e31b477f877d254f95d2984c1a5b60e068450.tar.gz
MLBEDSW-4996: Community bug reporting on ML Platform
Created "BUGS.md" which details to the Vela Community how to issue bug report using the Maniphest Bug Tracker. Also added a reference to it in "README.md". Signed-off-by: erik.andersson@arm.com <erik.andersson@arm.com> Change-Id: I0120a890c8447907e32de6b10a24eceade09df7d
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index f8e57aaa..40d99452 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ embedded system.
The tool will also generate performance estimates (EXPERIMENTAL) for the
compiled model.
-The tool has limited functionality for compiling a
+The tool has limited functionality for compiling a
[TOSA](https://git.mlplatform.org/tosa/specification.git/) neural network
(EXPERIMENTAL).
@@ -171,7 +171,7 @@ vela --optimise Performance my_model.tflite
```
6) Compile a network while optimising for the fastest inference time possible,
-with an upper bound for the SRAM usage. The memory limit is set in bytes, i.e.
+with an upper bound for the SRAM usage. The memory limit is set in bytes, i.e.
run the following example if one requires a limit of 300KB.
```bash
@@ -242,6 +242,11 @@ operators supported in this release.
Please see [Vela Testing](TESTING.md).
+## Bug Reporting
+
+Please see [Vela Community Bug Reporting](BUGS.md) for a description of how to
+report bugs.
+
## Resources
Additional useful information: