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

Commit f4e74da

Browse filesBrowse files
authored
N22: nvtx-rs (rust-gamedev#674)
1 parent 603385b commit f4e74da
Copy full SHA for f4e74da

File tree

2 files changed

+18
-0
lines changed
Filter options

2 files changed

+18
-0
lines changed

‎content/news/022/index.md

Copy file name to clipboardExpand all lines: content/news/022/index.md
+18Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,24 @@ F-reps can also be sliced into polylines/vectors or bitmaps – e.g. for derivin
774774
[f-rep]: https://en.wikipedia.org/wiki/Function_representation
775775
[level-set]: https://en.wikipedia.org/wiki/Level_set
776776

777+
### [nvtx-rs]
778+
779+
![A screenshot of NVIDIA NSight Systems with only one sections measured](nvtx.png)
780+
_Watching the profile in NVIDIA NSight Systems_
781+
782+
NVIDIA® Tools Extension SDK (NVTX) is a C-based API for annotating events,
783+
code ranges, and resources in your applications.
784+
[nvtx-rs] by [@simbleau] is a safe rust wrapper for it.
785+
786+
The intent is to safely wrap the NVTX library in rusty fashion
787+
to provide a proper cross-platform library for GPU and CPU profiling.
788+
Ideally this library would be used in benchmarking rust applications
789+
and performing research on rust projects such as a GPU analysis
790+
with zero-cost abstraction.
791+
792+
[nvtx-rs]: https://github.com/simbleau/nvtx-rs
793+
[@simbleau]: https://github.com/simbleau
794+
777795
## Popular Workgroup Issues in Github
778796

779797
<!-- Up to 10 links to interesting issues -->

‎content/news/022/nvtx.png

Copy file name to clipboard
65.2 KB
Loading

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.