Commit 865d8f0
authored
[CUDA] Support NVTX in CUDA 13 (#18300)
This PR adds the support of NVTX for CUDA 13. The change is because
that starting CUDA 13, the nvtx functions are moved to the lirbary
of `libnvtx3interop.so`, and the previous nvToolsExt library no
longer exists.
To ensure compatibility with both CUDA 12 and 13, we add
libnvtx3interop.so to the library lookup list.1 parent b07c6c1 commit 865d8f0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments