cfRod commented on issue #20766:
URL: 
https://github.com/apache/incubator-mxnet/issues/20766#issuecomment-992404951


   Hi @mseth10 ,
   
   - Could you confirm whether convolution-only tests pass, if it using ACL and 
paste those logs here for reference by setting DNNL_VERBOSE=1 ?
   - For the deconvolution tests, it seems like it is calling the reference 
deconvolution but also calling the ACL implementation during the forward pass. 
I had a look at `test_deconv` 
https://github.com/apache/incubator-mxnet/blob/40359ceda150ca75da6e45b1ea35d747ef53deac/tests/python/unittest/test_gluon.py#L451
 and it looks like it is calling `check_convolution_forward()`. As a 
confirmation, is the following test (`check_deconvolution_forward_backward`) 
passing? 
https://github.com/apache/incubator-mxnet/blob/40359ceda150ca75da6e45b1ea35d747ef53deac/tests/python/unittest/test_operator.py#L1086
  If the test is passing, then it might be a peculiarity  of the test itself 
rather than an integration issue. Either way, it might be worth understanding 
what this gluon test_deconv is actually doing. 
   


-- 
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: issues-unsubscr...@mxnet.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org

Reply via email to