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

Change-Id: Ie94897bac6e1cd44826988117ca6bb20ba2c2614


[ROCm/hip commit: d592b826ba]
This commit is contained in:
Julia Jiang
2024-05-07 15:52:14 -04:00
committato da Julia Jiang
parent 336afbbb60
commit 58b220a537
28 ha cambiato i file con 1083 aggiunte e 594 eliminazioni
@@ -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