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

2019-05-28 Thread GitBox
ZhaoqiZhu commented 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

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

2019-05-24 Thread GitBox
ZhaoqiZhu commented on issue #15070: CustomOp does not show up in profiler output URL: https://github.com/apache/incubator-mxnet/issues/15070#issuecomment-495831764 > I see that @Zha0q1 is working on it. Thank you Sandeep for creating the issue. Will continue to work on it next