Closed bdice closed 1 year ago
This PR updates cuhornet to use #include <nvtx3/nvToolsExt.h> instead of #include <nvToolsExt.h>. This ensures we fetch the header-only NVTX v3. See NVTX docs for more information: https://nvidia.github.io/NVTX/#c-and-c
#include <nvtx3/nvToolsExt.h>
#include <nvToolsExt.h>
@BradReesWork Can you merge this, please? I think you're the only one with merge power. Thank you in advance.
/merge
This PR updates cuhornet to use
#include <nvtx3/nvToolsExt.h>
instead of#include <nvToolsExt.h>
. This ensures we fetch the header-only NVTX v3. See NVTX docs for more information: https://nvidia.github.io/NVTX/#c-and-c