From 0c29cd3aac40e512d648506b1b3b8332bb45f063 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Wed, 18 Oct 2017 17:29:27 +0100 Subject: 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 Reviewed-by: Anthony Barbier --- SConscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'SConscript') 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') -- cgit v1.2.1