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 2019/05/28 19:12:57 UTC

[GitHub] [incubator-mxnet] ZhaoqiZhu edited a comment on issue #15070: CustomOp does not show up in profiler output

ZhaoqiZhu edited a comment on issue #15070: CustomOp does not show up in profiler output
URL: https://github.com/apache/incubator-mxnet/issues/15070#issuecomment-496649800
 
 
   Because of asynchronicity I think we need to call `mx.nd.waitall()` before `profiler.set_state('stop')`.
   
   I did that and got:
   
   ![Screen Shot 2019-05-28 at 12 09 31 PM](https://user-images.githubusercontent.com/10722037/58505327-8bcf8080-8141-11e9-9114-8b3d252823bb.png)
   
   The custom operators did show up.
   
   However, here I actually created two different custom operators, but we could not tell the difference from the table. I will try to see if I can get them listed separately.

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