ptrendx 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_r284526823
########## 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: Yes, as long as you are not running under nvprof nvtx calls are basically noops. ---------------------------------------------------------------- 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
