Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 строки
551 B
Markdown
Исходник Постоянная ссылка Обычный вид История

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.