SWDEV-293583 - correct a typo in hipStreamAttachMemAsync
Change-Id: Ib9c634053a152353ae657a00fea4b072a824c5ba
[ROCm/hip commit: a20ad647ea]
Этот коммит содержится в:
@@ -2170,7 +2170,7 @@ hipError_t hipMemRangeGetAttributes(void** data,
|
||||
* @returns #hipSuccess, #hipErrorInvalidValue
|
||||
*/
|
||||
hipError_t hipStreamAttachMemAsync(hipStream_t stream,
|
||||
hipDeviceptr_t* dev_ptr,
|
||||
void* dev_ptr,
|
||||
size_t length __dparm(0),
|
||||
unsigned int flags __dparm(hipMemAttachSingle));
|
||||
// end doxygen Managed Memory
|
||||
|
||||
Ссылка в новой задаче
Block a user