aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/CL/FixedPoint/FixedPoint_QS8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/CL/FixedPoint/FixedPoint_QS8.cpp')
-rw-r--r--tests/validation/CL/FixedPoint/FixedPoint_QS8.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/validation/CL/FixedPoint/FixedPoint_QS8.cpp b/tests/validation/CL/FixedPoint/FixedPoint_QS8.cpp
index fabd9ad161..bc35de0f22 100644
--- a/tests/validation/CL/FixedPoint/FixedPoint_QS8.cpp
+++ b/tests/validation/CL/FixedPoint/FixedPoint_QS8.cpp
@@ -104,7 +104,7 @@ CLTensor compute_fixed_point_op(const TensorShape &shape, int fixed_point_positi
BOOST_TEST(!dst.info()->is_resizable());
// Set build options
- std::string build_opts = "-DFIXED_POINT_POS=" + val_to_string<int>(fixed_point_position);
+ std::string build_opts = "-DFIXED_POINT_POS=" + support::cpp11::to_string(fixed_point_position);
build_opts += " -DDATA_TYPE=qs8";
// Fill tensors.