未验证 提交 98ab80cd 编写于 作者: J Jiaying Zhao 提交者: GitHub

change funtion name (#1598)

* optimize GPU conv performance and structure

* add CL macro for test_conv_gpu

* fix build failure

* change funtion name

* change funtion name
上级 e0ce2b3c
...@@ -146,8 +146,8 @@ class CLImage { ...@@ -146,8 +146,8 @@ class CLImage {
DLOG << " end init cl image"; DLOG << " end init cl image";
} }
void InitEmpty(cl_context context, cl_command_queue command_queue, void InitEmptyWithImageDim(cl_context context, cl_command_queue command_queue,
const DDim &image_dims) { const DDim &image_dims) {
DLOG << " to get image dims "; DLOG << " to get image dims ";
image_dims_ = image_dims; image_dims_ = image_dims;
DLOG << " end get image dims " << image_dims_; DLOG << " end get image dims " << image_dims_;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册