未验证 提交 5282c65d 编写于 作者: J Jiaying Zhao 提交者: GitHub

remove dafault opencl kernel path (#1622)

* optimize GPU conv performance and structure

* add CL macro for test_conv_gpu

* fix build failure

* change funtion name

* change funtion name

* fix load_when_predict mode in opencl

* remove dafault opencl kernel path
上级 c6d366c2
......@@ -149,7 +149,7 @@ class CLEngine {
cl_int status_;
std::string cl_path_ = "/data/local/tmp/bin";
std::string cl_path_;
std::unique_ptr<_cl_program, CLProgramDeleter> program_;
std::unique_ptr<_cl_context, CLContextDeleter> context_ = nullptr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册