Skip to content
GitLab
Explore
Sign in
Admin message
GitLab will be under maintenance from 08:00 PM until 09:00 PM on November 18.
Changes
Page history
Update home
authored
Apr 30, 2021
by
Uliana Alekseeva
Show whitespace changes
Inline
Side-by-side
home.md
View page @
78348b8a
...
@@ -102,5 +102,13 @@ call nvtxEndRange
...
@@ -102,5 +102,13 @@ call nvtxEndRange
```
```
+
include the nvtx module
+
include the nvtx module
+
compile the code
```
bash
use nvtx
```
+
compile the code with a flag "-lnvToolsExt" added
+
run with the profiler
+
run with the profiler
```
bash
nays profile
--trace
=
nvtx,cuda ./exe
```
\ No newline at end of file