“5c6fc3f92ff05edbc77284a1ec34666eac34646e”上不存在“python/paddle/v2/fluid/tests/unittests/test_lstm_op.py”
提交 cd6335b0 编写于 作者: L liuruilong

update feed

上级 5cd00609
......@@ -59,10 +59,9 @@ void FeedKernel<GPU_CL, float>::Compute(const FeedParam<GPU_CL> &param) {
CL_CHECK_ERRORS(status);
size_t global_work_size[2] = {height, width};
status = clEnqueueNDRangeKernel(this->cl_helper_.CLCommandQueue(), kernel, 2, NULL,
global_work_size, NULL, 0, NULL, NULL);
status = clEnqueueNDRangeKernel(this->cl_helper_.CLCommandQueue(), kernel, 2,
NULL, global_work_size, NULL, 0, NULL, NULL);
CL_CHECK_ERRORS(status);
}
template class FeedKernel<GPU_CL, float>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册