From 302c4d5be039503430e465d52b004ec1be1e788b Mon Sep 17 00:00:00 2001 From: yejianwu Date: Tue, 12 Dec 2017 18:10:15 +0800 Subject: [PATCH] format code --- mace/core/runtime/opencl/opencl_runtime.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mace/core/runtime/opencl/opencl_runtime.cc b/mace/core/runtime/opencl/opencl_runtime.cc index 25fae0ff..93cb4454 100644 --- a/mace/core/runtime/opencl/opencl_runtime.cc +++ b/mace/core/runtime/opencl/opencl_runtime.cc @@ -74,7 +74,7 @@ bool WriteFile(const std::string &filename, bool binary, return true; } -} // namespace +} // namespace bool OpenCLRuntime::enable_profiling_ = false; std::unique_ptr OpenCLRuntime::profiling_ev_ = nullptr; @@ -324,4 +324,4 @@ uint32_t OpenCLRuntime::GetKernelMaxWorkGroupSize(const cl::Kernel &kernel) { return static_cast(size); } -} // namespace mace +} // namespace mace -- GitLab