提交 1f4d99c5 编写于 作者: L liuqi

Change the order of member variables of opencl_runtime

上级 62216ad1
......@@ -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_;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册