Skip to content

Commit 691f298

Browse files
authored
Revert "SWDEV-554608 - Add hipHostRegisterIoMemory for hipHostRegister (#1266…" (#1397)
This reverts commit 7f746fc.
1 parent 7f746fc commit 691f298

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

include/hip/hip_runtime_api.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -899,10 +899,7 @@ enum hipLimit_t {
899899
* can be obtained with #hipHostGetDevicePointer.*/
900900
#define hipHostRegisterMapped 0x2
901901

902-
/** The passed memory pointer is treated as pointing to some memory-mapped I/O space, e.g.
903-
* belonging to a third-party PCIe device, and it will be marked as non cache-coherent and
904-
* contiguous.
905-
* */
902+
/** Not supported.*/
906903
#define hipHostRegisterIoMemory 0x4
907904

908905
/** This flag is ignored On AMD devices.*/

0 commit comments

Comments
 (0)