未验证 提交 e1825a82 编写于 作者: H Houjiang Chen 提交者: GitHub

Merge pull request #1501 from PaddlePaddle/develop_remove_mali

remove unimpled gpu op in load fix #1498
......@@ -65,7 +65,7 @@ limitations under the License. */
LOAD_OP(feed)
LOAD_OP(fetch)
#ifdef FILL_CONSTANT_OP
LOAD_OP(fill_constant)
LOAD_OP2(fill_constant, CPU, FPGA)
#endif
#ifdef BATCHNORM_OP
LOAD_OP2(batch_norm, CPU, GPU_CL);
......@@ -185,7 +185,7 @@ LOAD_OP1(crf_decoding, CPU);
LOAD_OP2(mul, CPU, GPU_CL);
#endif
#ifdef NORM_OP
LOAD_OP2(norm, CPU, GPU_CL);
LOAD_OP1(norm, CPU);
#endif
#ifdef RELU_OP
LOAD_OP2(relu, CPU, GPU_CL);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册