aboutsummaryrefslogtreecommitdiff
path: root/src/backends/cl/workloads/ClWorkloads.hpp
diff options
context:
space:
mode:
authorMatthew Bentham <matthew.bentham@arm.com>2018-10-01 11:32:48 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-10 16:16:57 +0100
commite2ec330b015fc34331f0023283b964ef97e1c5bb (patch)
tree76ce917f5d243ceb473dcdc2263e09781954b635 /src/backends/cl/workloads/ClWorkloads.hpp
parentb30c53342756699dfaa6effd0a94aa9e69c2063a (diff)
downloadarmnn-e2ec330b015fc34331f0023283b964ef97e1c5bb.tar.gz
IVGCVSW-1207 - Remove typing from ClMultiplicationWorkload
Don't need this now as it uses the compute library validation function, and all of the code for the supported types is identical. Adds Uint8 support to Cl backend, and unit test cases. Change-Id: I35d4edacc1aca241e95d1b19ae525a23d9513c99
Diffstat (limited to 'src/backends/cl/workloads/ClWorkloads.hpp')
-rw-r--r--src/backends/cl/workloads/ClWorkloads.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backends/cl/workloads/ClWorkloads.hpp b/src/backends/cl/workloads/ClWorkloads.hpp
index 3329f42e08..c0625f6791 100644
--- a/src/backends/cl/workloads/ClWorkloads.hpp
+++ b/src/backends/cl/workloads/ClWorkloads.hpp
@@ -23,7 +23,7 @@
#include "ClLstmFloatWorkload.hpp"
#include "ClMergerFloatWorkload.hpp"
#include "ClMergerUint8Workload.hpp"
-#include "ClMultiplicationFloatWorkload.hpp"
+#include "ClMultiplicationWorkload.hpp"
#include "ClNormalizationFloatWorkload.hpp"
#include "ClPermuteWorkload.hpp"
#include "ClPadWorkload.hpp"