You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/03/04 20:38:43 UTC

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #14320: [WIP]Showing proper error message when quantization is used with CPU context

anirudh2290 commented on a change in pull request #14320: [WIP]Showing proper error message when quantization is used with CPU context
URL: https://github.com/apache/incubator-mxnet/pull/14320#discussion_r262232732
 
 

 ##########
 File path: src/operator/quantization/quantized_conv.cc
 ##########
 @@ -126,6 +126,15 @@ bool QuantizedConvStorageType(const nnvm::NodeAttrs& attrs,
   return true;
 }
 
+
+void QuantizedConvForward(const nnvm::NodeAttrs& attrs,
+                             const OpContext &ctx,
+                             const std::vector<TBlob> &in_data,
+                             const std::vector<OpReqType> &req,
+                             const std::vector<TBlob> &out_data) {
+    LOG(FATAL) << "NOT SUPPORTED";
 
 Review comment:
   please use better error message here: Not supported for MXNet built without MKLDNN. Please install MKLDNN enabled MXNet.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services