Files
rocm-systems/projects/rocprofiler-sdk/samples/intercept_table/README.md
T

Ignorování revizí v .git-blame-ignorerevs. Klikněte zde pro obejití a zobrazení normálního pohledu blame.

11 řádky
356 B
Markdown
Surový Normální zobrazení Historie

2025-04-16 02:00:07 +05:30
# Runtime API Registration
## Services
- HIP runtime table registration
## Properties
- `api_registration_callback` function validates the type of library being intercepted, ensures there is only one instance of the HIP runtime library, and retrieves the dispatch table containing the API functions.
- Collects a "call stack" of intercepted API calls.