diff --git a/mace/core/runtime/opencl/opencl_runtime.cc b/mace/core/runtime/opencl/opencl_runtime.cc index 25fae0ff865290ef4f79db1745ff53e5ed65ea8e..93cb44545393d3816bc9de871b10d4e946ebefa8 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