ChaiBapchya commented on a change in pull request #15541: [Opperf] Filter out 
deprecated ops
URL: https://github.com/apache/incubator-mxnet/pull/15541#discussion_r305117171
 
 

 ##########
 File path: benchmark/opperf/utils/op_registry_utils.py
 ##########
 @@ -55,6 +57,11 @@ def _select_ops(operator_names, filters=("_contrib", "_"), 
merge_op_forward_back
     mx_operators = {}
     operators_with_backward = []
 
+    # Filter out deprecated operators
 
 Review comment:
   Did some digging around to find there's no exposed API from backend to 
retrieve deprecated ops. So at the moment, for the sake of this PR can we go 
ahead with that. I've created another issue to track the same. Sounds good?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to