diff --git a/mace/core/runtime/opencl/opencl_runtime.h b/mace/core/runtime/opencl/opencl_runtime.h index f21ade57fa73cabd48a50e6baf4f7284cc51e40f..ed7d0c68d353f4a1bb10581657e2f7bb3830fc4b 100644 --- a/mace/core/runtime/opencl/opencl_runtime.h +++ b/mace/core/runtime/opencl/opencl_runtime.h @@ -33,8 +33,8 @@ class OpenCLRuntime { private: cl::Context context_; - cl::CommandQueue command_queue_; cl::Device device_; + cl::CommandQueue command_queue_; cl::Program program_; std::once_flag build_flag_; };