We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f746fc commit 691f298Copy full SHA for 691f298
include/hip/hip_runtime_api.h
@@ -899,10 +899,7 @@ enum hipLimit_t {
899
* can be obtained with #hipHostGetDevicePointer.*/
900
#define hipHostRegisterMapped 0x2
901
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
- * */
+/** Not supported.*/
906
#define hipHostRegisterIoMemory 0x4
907
908
/** This flag is ignored On AMD devices.*/
0 commit comments