You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Link to nvtx3::nvtx3-cpp instead of nvToolsExt (#18730)
Cherry-picking and squashing Bradley's commits: 35b78d8 & c574119
As part of CUDA 12.9 bringup, we found that cuDF is linking to the legacy `nvToolsExt` library, which is dropped in that CUDA release. However cuDF no longer uses the legacy `nvToolsExt` library since upgrading to NVTX 3.
In the rest of the code, we use the `nvtx3::nvtx3-cpp` target. So this replaces the few `nvToolsExt` usages with the new/preferred target.
Authors:
- https://github.com/jakirkham
- Bradley Dice (https://github.com/bdice)
Approvers:
- David Wendt (https://github.com/davidwendt)
- Bradley Dice (https://github.com/bdice)
URL: #18730
0 commit comments