From d7e8281d8ad7e0d0fdc0d180af64a751c4c3f175 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Tue, 20 Jun 2017 15:00:14 +0100 Subject: COMPMID-408 Create OpenCL complex math functions for 8 bit fixed point arithmetic. Logarithm, inverse square root, exponential and multiplication for 8 bit fixed point arithmetic in OPenCL. Change-Id: Ib976da7057242967c940df28ceebf39bc3ea3811 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/78273 Reviewed-by: Moritz Pflanzer Tested-by: Kaizen --- tests/dataset/ShapeDatasets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/dataset/ShapeDatasets.h') diff --git a/tests/dataset/ShapeDatasets.h b/tests/dataset/ShapeDatasets.h index ecb478dbf0..1e9e5f139a 100644 --- a/tests/dataset/ShapeDatasets.h +++ b/tests/dataset/ShapeDatasets.h @@ -97,7 +97,7 @@ class Small1DShape final : public ShapeDataset<1> { public: Small1DShape() - : ShapeDataset(TensorShape(128U)) + : ShapeDataset(TensorShape(256U)) { } }; -- cgit v1.2.1