SWDEV-543350 - Add graph capture limitation for hipMemcpyWithStream (#462)

Цей коміт міститься в:
systems-assistant[bot]
2025-12-05 13:15:52 +00:00
зафіксовано GitHub
джерело ed02159bf6
коміт 0b61026495
+2
Переглянути файл
@@ -4652,6 +4652,8 @@ hipError_t hipMemcpy(void* dst, const void* src, size_t sizeBytes, hipMemcpyKind
/**
* @brief Memory copy on the stream.
* It allows single or multiple devices to do memory copy on single or multiple streams.
* The operation is akin to hipMemcpyAsync + hipStreamSynchronize.
* Since it is a sync API, it is not allowed during graph capture.
*
* @param[out] dst Data being copy to
* @param[in] src Data being copy from