aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/CL/MatMul.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/CL/MatMul.cpp')
-rw-r--r--tests/validation/CL/MatMul.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/validation/CL/MatMul.cpp b/tests/validation/CL/MatMul.cpp
index 7ebed43d97..7c1d16008f 100644
--- a/tests/validation/CL/MatMul.cpp
+++ b/tests/validation/CL/MatMul.cpp
@@ -46,8 +46,9 @@ constexpr float abs_tolerance_f16(
0.001f); /**< Absolute tolerance value for comparing reference's output against implementation's output for fp16 data type in case using relative tolerance fails because of small values */
RelativeTolerance<half_float::half> tolerance_f16(half(0.01)); /**< Tolerance value for comparing reference's output against implementation's output for fp16 data type */
} // namespace
+
template <typename T>
-using MatMulFixture = MatMulValidationFixture<CLTensor, CLAccessor, CLMatMul, T>;
+using MatMulFixture = MatMulValidationFixture<CLTensor, CLAccessor, CLMatMul, GpuMatMulSettings, T>;
TEST_SUITE(CL)
TEST_SUITE(MatMul)