aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/CL/UNIT/CompileContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/CL/UNIT/CompileContext.cpp')
-rw-r--r--tests/validation/CL/UNIT/CompileContext.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/validation/CL/UNIT/CompileContext.cpp b/tests/validation/CL/UNIT/CompileContext.cpp
index 5245044323..a0541b6a99 100644
--- a/tests/validation/CL/UNIT/CompileContext.cpp
+++ b/tests/validation/CL/UNIT/CompileContext.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020 ARM Limited.
+ * Copyright (c) 2020 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -56,6 +56,7 @@ TEST_CASE(CompileContextCache, framework::DatasetMode::ALL)
std::set<std::string> build_opts;
build_opts.emplace("-DDATA_TYPE=float");
build_opts.emplace("-DVEC_SIZE=16");
+ build_opts.emplace("-DVEC_SIZE_LEFTOVER=0");
compile_context.create_kernel(kernel_name, program_name, kernel_src.first, kernel_path, build_opts, kernel_src.second);
// Check if the program is stored in the cache