ad0fb25ed5
git-subtree-dir: projects/rocprofiler-sdk git-subtree-mainline:50a90550e9git-subtree-split:bf0fad1d54
11 строки
356 B
Markdown
11 строки
356 B
Markdown
# 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.
|