aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph
diff options
context:
space:
mode:
authorIsabella Gottardi <isabella.gottardi@arm.com>2017-11-09 17:05:07 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commitb28f29d5f5657b606921faf4c6dcc2ced1465cc7 (patch)
tree34560537d03f9766af55b470cd4344b8339c7817 /arm_compute/graph
parenta3b1b469276b10484cd45901ae3a4b48b506caa9 (diff)
downloadComputeLibrary-b28f29d5f5657b606921faf4c6dcc2ced1465cc7.tar.gz
COMPMID-652 - Graph examples shouldn't need to link against OpenCL
- Added --no-allow-shlib-undefined to library builds to make sure we don't leave any unresolved symbol - Added --allow-shlib-undefined to the graph examples build lines so that it doesn't matter whether or not OpenCL is supported by the Graph librarylibrary - Don't link tests statically anymore on Android (This was probably required in the past because we were duplicating symbols in the core and runtime libraries, but it doesn't seem to be an issue anymore) - Updated Doxygen accordingly Change-Id: I9905f388e0838bc8e3369de52838bf980b992ead Reviewed-on: http://mpd-gerrit.cambridge.arm.com/95172 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Diffstat (limited to 'arm_compute/graph')
-rw-r--r--arm_compute/graph/Graph.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arm_compute/graph/Graph.h b/arm_compute/graph/Graph.h
index 4afe96b40b..ab1d8b8866 100644
--- a/arm_compute/graph/Graph.h
+++ b/arm_compute/graph/Graph.h
@@ -67,6 +67,9 @@ public:
* @param[in] tensor Tensor to add
*/
void add_tensor_object(std::unique_ptr<ITensorObject> tensor);
+ /** Finalizes the current node's configuration
+ */
+ static bool opencl_is_available();
/** Manually sets the output of the current node
*
* @param[in] tmp Output info to set