Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

N22: nvtx-rs #674

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

Merged
merged 1 commit into from
Jun 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions 18 content/news/022/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,24 @@ F-reps can also be sliced into polylines/vectors or bitmaps – e.g. for derivin
[f-rep]: https://en.wikipedia.org/wiki/Function_representation
[level-set]: https://en.wikipedia.org/wiki/Level_set

### [nvtx-rs]

![A screenshot of NVIDIA NSight Systems with only one sections measured](nvtx.png)
_Watching the profile in NVIDIA NSight Systems_

NVIDIA® Tools Extension SDK (NVTX) is a C-based API for annotating events,
code ranges, and resources in your applications.
[nvtx-rs] by [@simbleau] is a safe rust wrapper for it.

The intent is to safely wrap the NVTX library in rusty fashion
to provide a proper cross-platform library for GPU and CPU profiling.
Ideally this library would be used in benchmarking rust applications
and performing research on rust projects such as a GPU analysis
with zero-cost abstraction.

[nvtx-rs]: https://github.com/simbleau/nvtx-rs
[@simbleau]: https://github.com/simbleau

## Popular Workgroup Issues in Github

<!-- Up to 10 links to interesting issues -->
Expand Down
Binary file added BIN +65.2 KB content/news/022/nvtx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.