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


   Hi @Zha0q1 , can you confirm that gemm:acl is being called for the tests on 
grouped convolutions?
   In my logs I am seeing it fallback to reference kernels (gemm:ref) when it 
performs the following 
check:https://github.com/oneapi-src/oneDNN/blob/83ebc40d86bc54f0f23e947235e53570eeacf254/src/cpu/aarch64/acl_gemm_convolution_utils.cpp#L72
 
   ```
       // Compute Library unsupported shape scenarios
       if (one_of(true, is_3d, is_1d, with_groups)) {
           return status::unimplemented;
       }
   ```


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

Reply via email to