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