4.23. CUDBGEvent::cases_st::kernelFinished_st Struct Reference
Public Variables
- uint64_t context
- Context handle of the kernel.
- uint32_t dev
- Device index of the kernel.
- uint64_t function
- Function handle of the kernel.
- uint64_t functionEntry
- Entry address of the kernel.
- uint64_t gridId
- Grid ID of the kernel.
- uint64_t module
- Module handle of the kernel.
- uint32_t tid
- Host thread id (or LWP id) of the thread hosting the kernel (Linux only).
Variables
- uint64_t CUDBGEvent::cases_st::kernelFinished_st::context [inherited]
-
Context handle of the kernel.
- uint32_t CUDBGEvent::cases_st::kernelFinished_st::dev [inherited]
-
Device index of the kernel.
- uint64_t CUDBGEvent::cases_st::kernelFinished_st::function [inherited]
-
Function handle of the kernel.
- uint64_t CUDBGEvent::cases_st::kernelFinished_st::functionEntry [inherited]
-
Entry address of the kernel.
- uint64_t CUDBGEvent::cases_st::kernelFinished_st::gridId [inherited]
-
Grid ID of the kernel.
- uint64_t CUDBGEvent::cases_st::kernelFinished_st::module [inherited]
-
Module handle of the kernel.
- uint32_t CUDBGEvent::cases_st::kernelFinished_st::tid [inherited]
-
Host thread id (or LWP id) of the thread hosting the kernel (Linux only).