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 2020/01/22 22:21:15 UTC

[GitHub] [incubator-mxnet] eric-haibin-lin opened a new issue #17409: operator missing in AMP operator lists

eric-haibin-lin opened a new issue #17409: operator missing in AMP operator lists
URL: https://github.com/apache/incubator-mxnet/issues/17409
 
 
   These operators do not appear in any of the AMP list: 
   '_contrib_interleaved_matmul_encdec_qk', '_contrib_interleaved_matmul_encdec_valatt',
    '_contrib_interleaved_matmul_selfatt_qk', '_contrib_interleaved_matmul_selfatt_valatt'
   
   It means that AMP may not cast inputs correctly in some cases, when these ops are used. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] TaoLv commented on issue #17409: operator missing in AMP operator lists

Posted by GitBox <gi...@apache.org>.
TaoLv commented on issue #17409: operator missing in AMP operator lists
URL: https://github.com/apache/incubator-mxnet/issues/17409#issuecomment-578504328
 
 
   We always need to put the operator into a AMP lsit when implementing a new operator? Do we have any mechanism to guarantee that?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #17409: operator missing in AMP operator lists

Posted by GitBox <gi...@apache.org>.
eric-haibin-lin commented on issue #17409: operator missing in AMP operator lists
URL: https://github.com/apache/incubator-mxnet/issues/17409#issuecomment-578459081
 
 
   Fixed by https://github.com/apache/incubator-mxnet/pull/17408 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] eric-haibin-lin closed issue #17409: operator missing in AMP operator lists

Posted by GitBox <gi...@apache.org>.
eric-haibin-lin closed issue #17409: operator missing in AMP operator lists
URL: https://github.com/apache/incubator-mxnet/issues/17409
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services