Open gigony opened 2 years ago
What is the release model of NVTX C++ API? All CUDA distributions released after v3.1.0-c-cpp was tagged does not ship a nvtx3.hpp. What is a "propper" way for users to obtain a NVTX C++ API implementation?
I ran into the same issue today, where I need the NVTX C++ API in the CCCL. I would appreciate to know whether and when the C++ API will be shipped with a CUDA toolkit. Thanks!
Hello,
cuCIM is using NVTX C++ implementation in
dev
branch: https://github.com/rapidsai/cucim/wiki/release_notes_v21.12.00#2-add-nvtx-support-for-performance-analysisI wonder when its C++ implementation would be officially available.
Thank you!