aboutsummaryrefslogtreecommitdiff
path: root/src/BUILD.bazel
diff options
context:
space:
mode:
authorViet-Hoa Do <viet-hoa.do@arm.com>2023-09-27 16:39:05 +0100
committerViet-Hoa Do <viet-hoa.do@arm.com>2023-09-28 14:57:48 +0000
commitef9da00cad2b92633a130d43cb8a196278d49e85 (patch)
tree9955690805fa41c187e5d4a6a62020df292df699 /src/BUILD.bazel
parent50dd2ee0cce42c72628b97686b02fc6ec073ca9c (diff)
downloadComputeLibrary-ef9da00cad2b92633a130d43cb8a196278d49e85.tar.gz
Reimplement erf function
* The current implementation has signfinicant inaccuracy and the issue cascades to GELU. * Use the implementation from ArmĀ® Optimized Routines. The maximum error is 1.93 ULP. Resolves: COMPMID-6554 Signed-off-by: Viet-Hoa Do <viet-hoa.do@arm.com> Change-Id: If80131e164b7a078e34dd8e05b1506698f31d17a Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10395 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: TeresaARM <teresa.charlinreyes@arm.com> Reviewed-by: SiCong Li <sicong.li@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Benchmark: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/BUILD.bazel')
-rw-r--r--src/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BUILD.bazel b/src/BUILD.bazel
index 786a38f891..2c56f26c11 100644
--- a/src/BUILD.bazel
+++ b/src/BUILD.bazel
@@ -651,6 +651,7 @@ filegroup(
"core/utils/DataTypeUtils.cpp",
"core/utils/FormatUtils.cpp",
"core/utils/InterpolationPolicyUtils.cpp",
+ "core/utils/Math.cpp",
"core/utils/ScaleUtils.cpp",
"core/utils/StringUtils.cpp",
"core/utils/helpers/fft.cpp",