未验证 提交 63a4c6f6 编写于 作者: X xiebaiyuan 提交者: GitHub

[OPENCL] force close tune when not on mali, test=develop (#3809)

上级 1527af23
......@@ -85,6 +85,9 @@ void ConvImageCompute::PrepareForRun() {
<< paddings[2] << " " << paddings[3];
CHECK(pad_equal && stride_equal && dilation_equal);
if (!is_mali) {
use_turn_ = false;
}
// general gws..
auto out_image_shape = InitImageDimInfoWith(output_dims);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册