SWDEV-485943 - Adding note for some semophore related HIP APIs NOT supported on Linux.

Change-Id: I6fb57d5014cdd6e1f8eb56ca5326b460a76033de


[ROCm/hip commit: d4f6a6672e]
This commit is contained in:
Julia Jiang
2024-09-24 12:00:50 -04:00
والد 505f3bb162
کامیت e96fc07482
@@ -3261,6 +3261,9 @@ hipError_t hipDrvPointerGetAttributes(unsigned int numAttributes, hipPointer_att
* @returns #hipSuccess, #hipErrorInvalidDevice, #hipErrorInvalidValue
*
* @see
*
* @note This API is currently not supported on Linux.
*
*/
hipError_t hipImportExternalSemaphore(hipExternalSemaphore_t* extSem_out,
const hipExternalSemaphoreHandleDesc* semHandleDesc);
@@ -3275,6 +3278,9 @@ hipError_t hipImportExternalSemaphore(hipExternalSemaphore_t* extSem_out,
* @returns #hipSuccess, #hipErrorInvalidDevice, #hipErrorInvalidValue
*
* @see
*
* @note This API is currently not supported on Linux.
*
*/
hipError_t hipSignalExternalSemaphoresAsync(const hipExternalSemaphore_t* extSemArray,
const hipExternalSemaphoreSignalParams* paramsArray,
@@ -3290,6 +3296,9 @@ hipError_t hipSignalExternalSemaphoresAsync(const hipExternalSemaphore_t* extSem
* @returns #hipSuccess, #hipErrorInvalidDevice, #hipErrorInvalidValue
*
* @see
*
* @note This API is currently not supported on Linux.
*
*/
hipError_t hipWaitExternalSemaphoresAsync(const hipExternalSemaphore_t* extSemArray,
const hipExternalSemaphoreWaitParams* paramsArray,
@@ -3302,6 +3311,9 @@ hipError_t hipWaitExternalSemaphoresAsync(const hipExternalSemaphore_t* extSemAr
* @returns #hipSuccess, #hipErrorInvalidDevice, #hipErrorInvalidValue
*
* @see
*
* @note This API is currently not supported on Linux.
*
*/
hipError_t hipDestroyExternalSemaphore(hipExternalSemaphore_t extSem);
@@ -3314,6 +3326,7 @@ hipError_t hipDestroyExternalSemaphore(hipExternalSemaphore_t extSem);
* @returns #hipSuccess, #hipErrorInvalidDevice, #hipErrorInvalidValue
*
* @see
*
*/
hipError_t hipImportExternalMemory(hipExternalMemory_t* extMem_out, const hipExternalMemoryHandleDesc* memHandleDesc);
/**