From 8eae955f665f371b0a2c7c1a06e8ba442afa2298 Mon Sep 17 00:00:00 2001 From: David Monahan Date: Thu, 11 Feb 2021 11:45:41 +0000 Subject: IVGCVSW-5717 Update JsonPrinterTestImpl to match latest ACL * Updated JsonPrinterTestImpl to use CpuLogitsDLogSoftmaxKernel_# * Update ACL pin to: 8958167c8d609566a40c9e618158ebcbdcd3e3bb Signed-off-by: David Monahan Change-Id: Ic48d6cc321d8f4cc15c488244f0d69508fad2d1c --- scripts/get_compute_library.sh | 2 +- src/backends/backendsCommon/test/JsonPrinterTestImpl.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/get_compute_library.sh b/scripts/get_compute_library.sh index 9e9c8bde02..95b730dd04 100755 --- a/scripts/get_compute_library.sh +++ b/scripts/get_compute_library.sh @@ -10,7 +10,7 @@ CMD=$( basename $0 ) #DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_20_11" # Release 20.11 # # For pinning to a revision use this: -DEFAULT_CLFRAMEWORKREVISION="7e20e29904c98adae5a91c6492fd78da88b7a9bf" #Make memset/copy functions state-less +DEFAULT_CLFRAMEWORKREVISION="8958167c8d609566a40c9e618158ebcbdcd3e3bb" #Building android-nn-driver failed usage() { echo "Usage: $CMD (Use the default clframework SHA)" diff --git a/src/backends/backendsCommon/test/JsonPrinterTestImpl.cpp b/src/backends/backendsCommon/test/JsonPrinterTestImpl.cpp index 0452919e05..a2206f714c 100644 --- a/src/backends/backendsCommon/test/JsonPrinterTestImpl.cpp +++ b/src/backends/backendsCommon/test/JsonPrinterTestImpl.cpp @@ -258,6 +258,6 @@ void RunSoftmaxProfilerJsonPrinterTest(const std::vector& back } else if (firstBackend == armnn::Compute::CpuAcc) { - BOOST_CHECK(result.find("NeonKernelTimer/: NEFillBorderKernel") != std::string::npos); + BOOST_CHECK(result.find("NeonKernelTimer/: CpuLogitsDLogSoftmaxKernel_#") != std::string::npos); } } -- cgit v1.2.1