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
The profiling APIs have undergone some evolution: https://docs.nvidia.com/cupti/main/main.html#evolution-of-the-profiling-apis
In #1826 and #1823 as well as https://github.com/vchuravy/NVPerfWorks.jl I tried targetting the PerfWorks API, which now seems to be "deprecated"
Instead one ought to expose the CUPTI Range Profiling API which looks reasonable enough https://docs.nvidia.com/cupti/main/main.html#range-profiling-api also see examples/CUPTI/samples/range_profiling
examples/CUPTI/samples/range_profiling
The other API to take a look at is the CUPTI Profiler Host API: https://docs.nvidia.com/cupti/main/main.html#cupti-profiler-host-api
cc: @gbaraldi @giordano
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The profiling APIs have undergone some evolution: https://docs.nvidia.com/cupti/main/main.html#evolution-of-the-profiling-apis
In #1826 and #1823 as well as https://github.com/vchuravy/NVPerfWorks.jl I tried targetting the PerfWorks API, which now seems to be "deprecated"
Instead one ought to expose the CUPTI Range Profiling API which looks reasonable enough https://docs.nvidia.com/cupti/main/main.html#range-profiling-api also see
examples/CUPTI/samples/range_profiling
The other API to take a look at is the CUPTI Profiler Host API: https://docs.nvidia.com/cupti/main/main.html#cupti-profiler-host-api
cc: @gbaraldi @giordano
The text was updated successfully, but these errors were encountered: