From cc225beb7f2e1caefd82ffd657dcb38aecebb7cf Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Fri, 9 Nov 2018 15:35:20 +0000 Subject: COMPMID-1777 Fixed compilation error due to templates being instantiated inside the namespace Change-Id: I477f52a9adf06ba3730f94d411399977fce0f98a --- tests/framework/instruments/OpenCLTimer.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/framework/instruments/OpenCLTimer.cpp') diff --git a/tests/framework/instruments/OpenCLTimer.cpp b/tests/framework/instruments/OpenCLTimer.cpp index c443aade56..fefc891d91 100644 --- a/tests/framework/instruments/OpenCLTimer.cpp +++ b/tests/framework/instruments/OpenCLTimer.cpp @@ -229,8 +229,9 @@ Instrument::MeasurementsMap OpenCLClock::test_measurements() return measurements; } -template class OpenCLClock; -template class OpenCLClock; } // namespace framework } // namespace test } // namespace arm_compute + +template class arm_compute::test::framework::OpenCLClock; +template class arm_compute::test::framework::OpenCLClock; -- cgit v1.2.1