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

nvtx3/nvtx3.hpp file not found for CPU-only build. #482

Closed
Jacobfaib opened this issue Oct 2, 2024 · 1 comment · Fixed by #484
Closed

nvtx3/nvtx3.hpp file not found for CPU-only build. #482

Jacobfaib opened this issue Oct 2, 2024 · 1 comment · Fixed by #484

Comments

@Jacobfaib
Copy link
Contributor

Jacobfaib commented Oct 2, 2024

path/to/kvikio/cpp/include/kvikio/utils.hpp:28:10: fatal error: 'nvtx3/nvtx3.hpp' file not found
   28 | #include <nvtx3/nvtx3.hpp>
      |          ^~~~~~~~~~~~~~~~~
@Jacobfaib
Copy link
Contributor Author

As a follow-up, ifdef-ing out the include then leads to

/path/to/kvikio/cpp/include/kvikio/posix_io.hpp:196:3: error: use of undeclared identifier 'nvtx3'
  196 |   KVIKIO_NVTX_FUNC_RANGE("posix_host_read()", size);
      |   ^

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 a pull request may close this issue.

1 participant