We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
path/to/kvikio/cpp/include/kvikio/utils.hpp:28:10: fatal error: 'nvtx3/nvtx3.hpp' file not found 28 | #include <nvtx3/nvtx3.hpp> | ^~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
As a follow-up, ifdef-ing out the include then leads to
ifdef
/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); | ^
Sorry, something went wrong.
5a733bd
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: