File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff 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 -->
You can’t perform that action at this time.
0 commit comments