Expand description
Misc functions that do not exactly fit into other categories.
Functionsยง
- breakpoint
- Suspends execution of the kernel, usually to pause at a specific point when debugging in a debugger.
- clock
- Returns the value of a per-multiprocessor counter incremented on every clock cycle.
- profiler_
counter - Increments a hardware counter between
0
and7
(inclusive). This function will increment the counter by one per warp.