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 2022/03/03 12:48:33 UTC

[GitHub] [incubator-mxnet] agrabows commented on a change in pull request #20904: [FEATURE] Integrate oneDNN support for scalar power() operator

agrabows commented on a change in pull request #20904:
URL: https://github.com/apache/incubator-mxnet/pull/20904#discussion_r818622470



##########
File path: tests/python/dnnl/test_bf16_operator.py
##########
@@ -69,26 +69,26 @@ def check_operator_accuracy(sym_fp32, sym_bf16, data_shape, num_input_data=1, bf
     arg_names = sym_fp32.list_arguments()
     aux_names = sym_fp32.list_auxiliary_states()
 
-    exe_fp32 = sym_fp32._simple_bind(ctx=mx.cpu(), **data_shape)
+    #exe_fp32 = sym_fp32._simple_bind(ctx=mx.cpu(), **data_shape)

Review comment:
       No, it was a mistake from other commit, thanks for pointing it out.




-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org