nSircombe edited a comment on issue #20766: URL: https://github.com/apache/incubator-mxnet/issues/20766#issuecomment-1009700537
Hi @mseth10, From the log, it looks like the test is calling ACL for the convolution phase and the ref. kernels for the deconvolution, as it should. So, this test should be ok... The integration of the ACL primitive uses oneDNN's `resource_mapper` to hold the stateful ACL objects, there may be a problem managing these resources under these conditions which we've not seen previously. It appears to be attempting to access an ACL object following the deconvolution phase - it may be expecting to have access to the ACL object from the convolution pass which has been freed in the meantime. Do you have a log from an x86 run, or a run using a oneDNN build without the ACL backend (i.e. ref. kernels in all cases - this just means building oneDNN without setting `DDNNL_AARCH64_USE_ACL=ON`), it may help to see what the oneDNN log _should_ look like. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
