Add fine grained host memory lock support (#1095)
* Add fine grained host memory lock support * Fix default flag check
This commit is contained in:
committed by
Maneesh Gupta
parent
fb92feae0e
commit
e1f3dc0c80
@@ -191,7 +191,7 @@ enum hipLimit_t {
|
||||
0x2 ///< Map the allocation into the address space for the current device. The device pointer
|
||||
///< can be obtained with #hipHostGetDevicePointer.
|
||||
#define hipHostRegisterIoMemory 0x4 ///< Not supported.
|
||||
|
||||
#define hipExtHostRegisterCoarseGrained 0x8 ///< Coarse Grained host memory lock
|
||||
|
||||
#define hipDeviceScheduleAuto 0x0 ///< Automatically select between Spin and Yield
|
||||
#define hipDeviceScheduleSpin \
|
||||
|
||||
Reference in New Issue
Block a user