gobhardw/swdev 479013 (#1014)

* test pr for ROCm sdk tests

* SWDEV-479013 doc updates
This commit is contained in:
Gopesh Bhardwaj
2024-08-13 23:35:12 +05:30
zatwierdzone przez GitHub
rodzic 0e0b37501c
commit 5bec9f66b6
11 zmienionych plików z 47 dodań i 30 usunięć
@@ -9,6 +9,7 @@ The ROCm runtimes are designed to directly communicate with a helper library nam
## Tool library design
When ROCprofiler-SDK detects `rocprofiler_configure` in a tool's symbol table, ROCprofiler-SDK invokes `rocprofiler-configure` with parameters such as ROCprofiler-SDK version that invokes the function, number of tools already invoked, and a unique identifier for the tool. The tool returns a pointer to a `rocprofiler_tool_configure_result_t` struct, which, if non-null, provides ROCprofiler-SDK with:
- Function to be called for tool initialization, which is also the opportunity for context creation.
- Function to be called when ROCprofiler-SDK is finalized.
- A pointer to data to be provided to the tool when ROCprofiler-SDK calls the initialization and finalization functions.