aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/fixtures/ConvolutionLayerFixture.h
diff options
context:
space:
mode:
authorJoel Liang <joel.liang@arm.com>2017-11-17 11:34:19 +0800
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:42:17 +0000
commit07c37f9954555ae3523c85f16e46cf94e9a9e290 (patch)
tree30b4fa60148b7a9a44e26b9488f3dcf482e11faa /tests/benchmark/fixtures/ConvolutionLayerFixture.h
parentd9f8071de655fd23529588d312dd5624b2d43315 (diff)
downloadComputeLibrary-07c37f9954555ae3523c85f16e46cf94e9a9e290.tar.gz
APPBROWSER-313: Performance improvement for softmax layer
Process 8 elements at one time for better performance Change-Id: I90d31e5d0834c5096fdb82f174482ade762b63d2 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/111840 Reviewed-by: Stephen Li <stephen.li@arm.com> Tested-by: BSG Visual Compute Jenkins server to access repositories on http://mpd-gerrit.cambridge.arm.com <bsgcomp@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'tests/benchmark/fixtures/ConvolutionLayerFixture.h')
-rw-r--r--tests/benchmark/fixtures/ConvolutionLayerFixture.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/benchmark/fixtures/ConvolutionLayerFixture.h b/tests/benchmark/fixtures/ConvolutionLayerFixture.h
index 09e6cbfaf8..b526cc3870 100644
--- a/tests/benchmark/fixtures/ConvolutionLayerFixture.h
+++ b/tests/benchmark/fixtures/ConvolutionLayerFixture.h
@@ -81,8 +81,6 @@ public:
#ifdef ARM_COMPUTE_GC
if(opengles31_is_available() && std::is_same<typename std::decay<TensorType>::type, arm_compute::GCTensor>::value)
{
- GCScheduler::get().sync();
- force_sync_tensor(src);
force_sync_tensor(dst);
}
#endif /* ARM_COMPUTE_GC */