提交 500dbb62 编写于 作者: xiebaiyuan's avatar xiebaiyuan

[OPENCL] force close tune when not on mali, test=develop

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