aboutsummaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2017-10-18 17:29:27 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commit0c29cd3aac40e512d648506b1b3b8332bb45f063 (patch)
treed1ca728a9adf233f590ab7dfff8e627166c30b83 /SConscript
parentdaaa1fa506834c9d9ff44e5b38f05781ec416912 (diff)
downloadComputeLibrary-0c29cd3aac40e512d648506b1b3b8332bb45f063.tar.gz
COMPMID-630 : Rework nodes for selective target compilation.
Reworked nodes: -ActivationLayer Change-Id: Iaa394531ef208db48caa2c18a41ad9a845471f94 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/92281 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'SConscript')
-rw-r--r--SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/SConscript b/SConscript
index 195eff18bd..4a351fff56 100644
--- a/SConscript
+++ b/SConscript
@@ -204,6 +204,9 @@ if env['neon'] and env['opencl']:
graph_files = Glob('src/graph/*.cpp')
graph_files += Glob('src/graph/nodes/*.cpp')
+ graph_files += Glob('src/graph/operations/CL/*.cpp')
+ graph_files += Glob('src/graph/operations/NEON/*.cpp')
+
graph_files += Glob('src/graph/CL/*.cpp')
graph_files += Glob('src/graph/NEON/*.cpp')