ROCm/HIP

[Documentation]: hipMemGetAdressRange unexpectedly returns hipErrorNotFound

Closed this issue · 2 comments

Description of errors

Minor Docs typo, looks like hipErrorInvalidDevicePointer got swapped to hipErrorNotFound at some point. Makes debugging a bit confusing...

Link to function in CLR:
https://github.com/ROCm/clr/blob/6b9e89fe0cf9a08ce5e3b81a240977a89587dd03/hipamd/src/hip_memory.cpp#L783C15-L783C17

doc line in header file:

* @returns #hipSuccess, #hipErrorInvalidDevicePointer

Attach any links, screenshots, or additional evidence you think will be helpful.

No response

Hi @BKitor, an internal ticket has been created to fix this issue. Thanks!

Fixed with this change 9e40737. Closing out issue, thanks again @BKitor!