ACL concat function is not stable enough yet. Bypass it till the issue was fixed.
authorhonggui <hongguiyao@msn.com>
Tue, 10 Oct 2017 12:27:37 +0000 (20:27 +0800)
committerhonggui <hongguiyao@msn.com>
Tue, 10 Oct 2017 12:27:37 +0000 (20:27 +0800)
src/caffe/layers/acl_concat_layer.cpp

index f142d28..4750cb4 100644 (file)
@@ -9,7 +9,8 @@ template <typename Dtype>
 void ACLConcatLayer<Dtype>::LayerSetUp(const vector<Blob<Dtype>*>& bottom,
     const vector<Blob<Dtype>*>& top) {
   ConcatLayer<Dtype>::LayerSetUp(bottom, top);
-  this->force_bypass_acl_path_= bypass_acl_class_layer & FLAGS_ENABLE_ACL_CONCAT;
+  //this->force_bypass_acl_path_= bypass_acl_class_layer & FLAGS_ENABLE_ACL_CONCAT;
+  this->force_bypass_acl_path_= true;
 }
 template <typename Dtype>
 void ACLConcatLayer<Dtype>::SetupACLLayer(const vector<Blob<Dtype>*>& bottom,