aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Monahan <david.monahan@arm.com>2021-02-11 11:45:41 +0000
committerDavid Monahan <david.monahan@arm.com>2021-02-12 09:07:13 +0000
commit8eae955f665f371b0a2c7c1a06e8ba442afa2298 (patch)
treedfcda064063372d0a1a6cf1f1e3b0a1f1fe6a0cb /src
parent2226ca98e01a8f7de37357ebdb2a0ed14fd3b0d2 (diff)
downloadarmnn-8eae955f665f371b0a2c7c1a06e8ba442afa2298.tar.gz
IVGCVSW-5717 Update JsonPrinterTestImpl to match latest ACL
* Updated JsonPrinterTestImpl to use CpuLogitsDLogSoftmaxKernel_# * Update ACL pin to: 8958167c8d609566a40c9e618158ebcbdcd3e3bb Signed-off-by: David Monahan <david.monahan@arm.com> Change-Id: Ic48d6cc321d8f4cc15c488244f0d69508fad2d1c
Diffstat (limited to 'src')
-rw-r--r--src/backends/backendsCommon/test/JsonPrinterTestImpl.cpp2
1 files changed, 1 insertions, 1 deletions
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<armnn::BackendId>& 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);
}
}