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/21 19:09:03 UTC

[GitHub] [incubator-mxnet] bartekkuncer commented on pull request #20962: [operator] Integrate oneDNN eltwise_linear primitive to mxnet

bartekkuncer commented on pull request #20962:
URL: https://github.com/apache/incubator-mxnet/pull/20962#issuecomment-1074309552


   Checked on clx-8280 machine that using oneDNN slows down these scalar operators by ~2% for Albert large model. Model taken from gluon-nlp. Command used to run the model: OMP_NUM_THREADS=28 KMP_AFFINITY=compact,1,0,granularity=fine numactl -l sh commands/run_squad2_albert_large.sh.
   
   Results:
   no dnnl:
   ![image](https://user-images.githubusercontent.com/59650839/159345710-5c0ccce3-5553-4a81-be0e-b62ed093fd82.png)
   
   dnnl:
   ![image](https://user-images.githubusercontent.com/59650839/159346131-770089c7-b5e1-441e-81cd-147b6246ee57.png)
   


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