aboutsummaryrefslogtreecommitdiff
path: root/docs/FAQ.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/FAQ.md')
-rw-r--r--docs/FAQ.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md
new file mode 100644
index 0000000000..2f06df62bb
--- /dev/null
+++ b/docs/FAQ.md
@@ -0,0 +1,15 @@
+Frequently asked questions
+==========================
+
+These are issues that have been commonly seen when using ArmNN.
+
+Segmentation fault following a failed call to armnn::Optimize using CpuRef backend.
+---------------------------------------------------------
+
+In some error scenarios of calls to armnn::Optimize a null pointer may be
+returned. This contravenes the function documentation however, it can
+happen. Users are advised to check the value returned from the function as a
+precaution.
+
+If you encounter this problem and are able to isolate it consider contributing
+a solution.