From 73bb6b7ad80801e56633ad4ea12b0404b586a979 Mon Sep 17 00:00:00 2001 From: Fadi Arafeh Date: Thu, 6 Oct 2022 16:20:14 +0000 Subject: ONCPUML-1072: Tuned MWS values (for N1, V1) for binary operators used by oneDNN Added approximate values for MWS for the following binary operators: Add, Sub, Mul, Min, Max, Div Change-Id: I5c4c75511129982a3f44c038ee272f09598469de Signed-off-by: Fadi Arafeh Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/VisualCompute/ComputeLibrary/+/459609 Tested-by: bsgcomp Reviewed-by: Viet-Hoa Do Comments-Addressed: bsgcomp Signed-off-by: fadara01 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8392 Reviewed-by: Gunes Bayir Tested-by: Arm Jenkins Comments-Addressed: Arm Jenkins Benchmark: Arm Jenkins --- arm_compute/core/CPP/CPPTypes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arm_compute/core') diff --git a/arm_compute/core/CPP/CPPTypes.h b/arm_compute/core/CPP/CPPTypes.h index afefb1aeb0..c3fb47fb61 100644 --- a/arm_compute/core/CPP/CPPTypes.h +++ b/arm_compute/core/CPP/CPPTypes.h @@ -48,7 +48,8 @@ struct CpuIsaInfo; X(A510) \ X(X1) \ X(V1) \ - X(A64FX) + X(A64FX) \ + X(N1) /** CPU models types * -- cgit v1.2.1