aboutsummaryrefslogtreecommitdiff
path: root/.git-blame-ignore-revs
diff options
context:
space:
mode:
authorGunes Bayir <gunes.bayir@arm.com>2024-02-08 12:20:06 +0000
committerAnitha Raj <anitha.raj@arm.com>2024-02-08 15:27:13 +0000
commit21c90dd3ebea823f0878ea355d9e205cec06e0f2 (patch)
treeef0f87cf140ee68af17135a9f5eafb0dc856d11c /.git-blame-ignore-revs
parent59e4060ca21fa7fd5ff06f323163baf3c4d12d65 (diff)
downloadComputeLibrary-21c90dd3ebea823f0878ea355d9e205cec06e0f2.tar.gz
Fix the bug in GpuTanh operator in dynamic fusion
Tanh in dynamic fusion is a simple operator with no A and B coefficients, as its public interface implies. Tanh operator follows the TOSA specification. Customization of tanh calculation with a and b can be achieved via fusion as below: out = a * tanh(b *in) --> x = b * in y = tanh(x) out = a * y; Resolves: COMPMID-6873 Signed-off-by: Gunes Bayir <gunes.bayir@arm.com> Change-Id: I818765192f631ae82c2094b0fc376fb87bae4fa4 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/11109 Benchmark: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to '.git-blame-ignore-revs')
0 files changed, 0 insertions, 0 deletions