SWDEV-460816 - Merge PR#3475 and PR#3435 to Gerrit staging

Change-Id: Ie94897bac6e1cd44826988117ca6bb20ba2c2614
This commit is contained in:
Julia Jiang
2024-05-07 15:52:14 -04:00
committed by Julia Jiang
parent 7cef8f916c
commit d592b826ba
28 changed files with 1083 additions and 594 deletions
+4 -2
View File
@@ -4252,8 +4252,10 @@ hipError_t hipGetProcAddress(const char* symbol, void** pfn, int hipVersion, ui
* the host side. The symbol can be in __constant or device space.
* Note that the symbol name needs to be encased in the HIP_SYMBOL macro.
* This also applies to hipMemcpyFromSymbol, hipGetSymbolAddress, and hipGetSymbolSize.
* For detail usage, see the example at
* https://github.com/ROCm/HIP/blob/develop/docs/user_guide/hip_porting_guide.md
* For detailed usage, see the
* <a href="https://rocm.docs.amd.com/projects/HIP/en/latest/how-to/hip_porting_guide.html#memcpytosymbol">memcpyToSymbol example</a>
* in the HIP Porting Guide.
*
*
* @param[out] symbol pointer to the device symbole
* @param[in] src pointer to the source address