Skip to content

find nvToolsExt.h under nvtx3 on CUDA 12+ - #11

Merged
DanielMSussman merged 1 commit into
sussmanLab:masterfrom
alejandro-soto-franco:fix/cuda13-nvtx3-include-path
Sep 4, 2026
Merged

find nvToolsExt.h under nvtx3 on CUDA 12+#11
DanielMSussman merged 1 commit into
sussmanLab:masterfrom
alejandro-soto-franco:fix/cuda13-nvtx3-include-path

Conversation

@alejandro-soto-franco

Copy link
Copy Markdown
Contributor

std_include.h includes nvToolsExt.h unqualified, and CUDA 12 moved that header into an nvtx3/ subdirectory, so a CUDA-enabled build fails with "fatal error: nvToolsExt.h: No such file or directory" on any toolkit from 12 onwards. This searches the toolkit include directories for it and adds whichever one holds it.

@DanielMSussman
DanielMSussman merged commit 3b8f046 into sussmanLab:master Sep 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants