未验证 提交 c572523f 编写于 作者: Y ysh329 提交者: GitHub

[OPENCL] enable use_tune by default (#3968)

* enable opencl kernel tune by default. test=develop
上级 f42d4105
...@@ -152,7 +152,7 @@ class ConvImageCompute : public KernelLite<TARGET(kOpenCL), ...@@ -152,7 +152,7 @@ class ConvImageCompute : public KernelLite<TARGET(kOpenCL),
cl::NDRange local_work_size_ = cl::NDRange{ cl::NDRange local_work_size_ = cl::NDRange{
static_cast<size_t>(1), static_cast<size_t>(1), static_cast<size_t>(1)}; static_cast<size_t>(1), static_cast<size_t>(1), static_cast<size_t>(1)};
bool use_lws_{true}; bool use_lws_{true};
bool use_tune_{false}; bool use_tune_{true};
}; };
} // namespace opencl } // namespace opencl
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册