KellenSunderland commented on a change in pull request #12328: [MXNET-857] Add initial NVTX profiler implementation URL: https://github.com/apache/incubator-mxnet/pull/12328#discussion_r284490264
########## File path: make/config.mk ########## @@ -80,6 +80,9 @@ ENABLE_CUDA_RTC = 1 # whether use CuDNN R3 library USE_CUDNN = 0 +# whether to use NVTX when profiling +USE_NVTX = 0 Review comment: I did measurements with a few models and didn't see any performance deltas. I think it would be safe to enable in pip. ---------------------------------------------------------------- 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
