ChaiBapchya commented on a change in pull request #17456: Implement remaining
nn_basic ops in opperf
URL: https://github.com/apache/incubator-mxnet/pull/17456#discussion_r372716418
##########
File path: benchmark/opperf/utils/benchmark_utils.py
##########
@@ -148,6 +148,11 @@ def run_op_benchmarks(ops, dtype, ctx, profiler, warmup,
runs):
for op, op_params in ops.items():
# Prepare inputs for the operator
inputs = prepare_op_inputs(op, op_params)
+
+ # Testing Embedding op backwards is currently unsupported
Review comment:
Is there an issue tracking this? If yes can this be implemented?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services