Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from CUDA::nvToolkitExt to CUDA::nvtx3 (and to CMake 3.25) #490

Closed
eyalroz opened this issue Apr 15, 2023 · 0 comments
Closed

Switch from CUDA::nvToolkitExt to CUDA::nvtx3 (and to CMake 3.25) #490

eyalroz opened this issue Apr 15, 2023 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented Apr 15, 2023

In CMake 3.25, a new target was introduced as part of the CUDA toolkit detection, CUDA::nvtx3. It replaces the now-deprecated CUDA::nvToolkitExt` target. Let's try using it, as we've had trouble with NVTX on Windows.

@eyalroz eyalroz added the task label Apr 15, 2023
@eyalroz eyalroz self-assigned this Apr 15, 2023
eyalroz added a commit that referenced this issue Apr 15, 2023
eyalroz added a commit that referenced this issue Apr 15, 2023
eyalroz added a commit that referenced this issue Apr 15, 2023
eyalroz added a commit that referenced this issue Apr 15, 2023
…er (and assume the CMake version is >= 3.25)
eyalroz added a commit that referenced this issue Apr 16, 2023
…er (and assume the CMake version is >= 3.25)
eyalroz added a commit that referenced this issue Apr 19, 2023
…er (and assume the CMake version is >= 3.25)
eyalroz added a commit that referenced this issue Apr 20, 2023
…er (and assume the CMake version is >= 3.25)
eyalroz added a commit that referenced this issue Apr 20, 2023
…er (and assume the CMake version is >= 3.25)
eyalroz added a commit that referenced this issue Apr 23, 2023
…A 10.0 or later (and assume the CMake version is >= 3.25); this helps with locating NVTX includes on Windows
eyalroz added a commit that referenced this issue Apr 29, 2023
…A 10.0 or later (and assume the CMake version is >= 3.25); this helps with locating NVTX includes on Windows
eyalroz added a commit that referenced this issue May 1, 2023
…A 10.0 or later (and assume the CMake version is >= 3.25); this helps with locating NVTX includes on Windows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant