Fichiers
rocm-systems/samples/code_object_tracing/README.md
T

12 lignes
551 B
Markdown
Brut Vue normale Historique

2025-04-16 02:00:07 +05:30
# CodeObject Tracing
## Services
Trace and analyze the execution of GPU code objects and kernel symbols.
## Properties
- This tool is designed to capture and log information about code object loading/unloading and kernel symbol registration/un-registration events during the execution of GPU programs.
- Whenever a relevant event occurs, such as a code object being loaded/unloaded or a kernel symbol being registered/unregistered. The function processes the event data, formats it into a human-readable string, and appends it to the call stack.