From 421405b6a21b124288a750e2da26dc01eb7391cb Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Fri, 26 Oct 2018 19:05:32 +0100 Subject: COMPMID-1675: Add SVE support Change-Id: I86679adff556b6ffc9929b35cbf1b59b3958bdb1 --- tests/AssetsLibrary.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/AssetsLibrary.h') diff --git a/tests/AssetsLibrary.h b/tests/AssetsLibrary.h index b1c8c430ad..7af036d256 100644 --- a/tests/AssetsLibrary.h +++ b/tests/AssetsLibrary.h @@ -414,8 +414,8 @@ private: const RawTensor &find_or_create_raw_tensor(const std::string &name, Format format, Channel channel) const; mutable TensorCache _cache{}; - mutable std::mutex _format_lock{}; - mutable std::mutex _channel_lock{}; + mutable arm_compute::Mutex _format_lock{}; + mutable arm_compute::Mutex _channel_lock{}; const std::string _library_path; std::random_device::result_type _seed; }; -- cgit v1.2.1