From 51b074a0033984d1e4ef225b0025d7bb45567080 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Tue, 20 Feb 2018 12:09:07 +0000 Subject: COMPMID-764 Removed reciprocal QS tests Also fixed issues with some test names Change-Id: I7f35932eb24bedbb645b4b534d7d1bb1342f3696 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/121259 Reviewed-by: Georgios Pinitas Tested-by: Jenkins --- tests/benchmark/CL/SYSTEM/AlexNet.cpp | 2 +- tests/benchmark/CL/SYSTEM/LeNet5.cpp | 4 ++-- tests/benchmark/CL/SYSTEM/MobileNet.cpp | 4 ++-- tests/benchmark/CL/SYSTEM/MobileNetV1.cpp | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'tests/benchmark/CL/SYSTEM') diff --git a/tests/benchmark/CL/SYSTEM/AlexNet.cpp b/tests/benchmark/CL/SYSTEM/AlexNet.cpp index 1d38c1a0cd..5401cbdd04 100644 --- a/tests/benchmark/CL/SYSTEM/AlexNet.cpp +++ b/tests/benchmark/CL/SYSTEM/AlexNet.cpp @@ -56,7 +56,7 @@ using CLAlexNetFixture = AlexNetFixture; TEST_SUITE(CL) -TEST_SUITE(SYSTEM_TEST) +TEST_SUITE(SYSTEM_TESTS) REGISTER_FIXTURE_DATA_TEST_CASE(AlexNet, CLAlexNetFixture, framework::DatasetMode::ALL, framework::dataset::combine(framework::dataset::make("DataType", { DataType::F16, DataType::F32 }), diff --git a/tests/benchmark/CL/SYSTEM/LeNet5.cpp b/tests/benchmark/CL/SYSTEM/LeNet5.cpp index 21e5432947..09c6f65fc2 100644 --- a/tests/benchmark/CL/SYSTEM/LeNet5.cpp +++ b/tests/benchmark/CL/SYSTEM/LeNet5.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ARM Limited. + * Copyright (c) 2017-2018 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -49,7 +49,7 @@ using CLLeNet5Fixture = LeNet5Fixture; TEST_SUITE(CL) -TEST_SUITE(SYSTEM_TEST) +TEST_SUITE(SYSTEM_TESTS) REGISTER_FIXTURE_DATA_TEST_CASE(LeNet5, CLLeNet5Fixture, framework::DatasetMode::ALL, framework::dataset::make("Batches", { 1, 4, 8 })); diff --git a/tests/benchmark/CL/SYSTEM/MobileNet.cpp b/tests/benchmark/CL/SYSTEM/MobileNet.cpp index 4712bc0c80..bc728d9c00 100644 --- a/tests/benchmark/CL/SYSTEM/MobileNet.cpp +++ b/tests/benchmark/CL/SYSTEM/MobileNet.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ARM Limited. + * Copyright (c) 2017-2018 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -51,7 +51,7 @@ using CLMobileNetFixture = MobileNetFixture; TEST_SUITE(CL) -TEST_SUITE(SYSTEM_TEST) +TEST_SUITE(SYSTEM_TESTS) REGISTER_FIXTURE_DATA_TEST_CASE(MobileNet, CLMobileNetFixture, framework::DatasetMode::ALL, framework::dataset::make("Batches", { 1, 4, 8 })); diff --git a/tests/benchmark/CL/SYSTEM/MobileNetV1.cpp b/tests/benchmark/CL/SYSTEM/MobileNetV1.cpp index 851148a860..53ab1a7fc3 100644 --- a/tests/benchmark/CL/SYSTEM/MobileNetV1.cpp +++ b/tests/benchmark/CL/SYSTEM/MobileNetV1.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ARM Limited. + * Copyright (c) 2017-2018 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -68,7 +68,7 @@ using CLMobileNetV1_128_Fixture = MobileNetV1Fixture; TEST_SUITE(CL) -TEST_SUITE(SYSTEM_TEST) +TEST_SUITE(SYSTEM_TESTS) REGISTER_FIXTURE_DATA_TEST_CASE(MobileNetV1_224, CLMobileNetV1_224_Fixture, framework::DatasetMode::ALL, framework::dataset::make("Batches", { 1, 4, 8 })); -- cgit v1.2.1