sandeep-krishnamurthy commented on a change in pull request #15240: Fixing
duplication in operator profiling
URL: https://github.com/apache/incubator-mxnet/pull/15240#discussion_r295965435
##########
File path: src/profiler/profiler.h
##########
@@ -843,6 +854,8 @@ struct ProfileTask : public ProfileDuration {
VTUNE_ONLY_CODE(std::unique_ptr<vtune::VTuneTask> vtune_task_);
/*! \brief NVTX duration object */
NVTX_ONLY_CODE(std::unique_ptr<nvtx::NVTXDuration> nvtx_duration_);
+ /*! \brief not to add this stat to AggregateStats */
Review comment:
nit: 'not to add...' -> Add profiler stat to AggregateStats.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services