aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark_new/CL/SYSTEM/AlexNet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark_new/CL/SYSTEM/AlexNet.cpp')
-rw-r--r--tests/benchmark_new/CL/SYSTEM/AlexNet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmark_new/CL/SYSTEM/AlexNet.cpp b/tests/benchmark_new/CL/SYSTEM/AlexNet.cpp
index eaac1fe71f..c34f35ebfb 100644
--- a/tests/benchmark_new/CL/SYSTEM/AlexNet.cpp
+++ b/tests/benchmark_new/CL/SYSTEM/AlexNet.cpp
@@ -54,8 +54,8 @@ using CLAlexNetFixture = AlexNetFixture<ICLTensor,
CLPoolingLayer,
CLSoftmaxLayer>;
-TEST_SUITE(SYSTEM_TEST)
TEST_SUITE(CL)
+TEST_SUITE(SYSTEM_TEST)
REGISTER_FIXTURE_DATA_TEST_CASE(AlexNet, CLAlexNetFixture, framework::DatasetMode::ALL,
framework::dataset::combine(framework::dataset::make("DataType", DataType::F32),