SWDEV-336532 - Add hipMemoryTypeManaged in hipMemoryType enum (#2688)
Change-Id: Ia1618668a57ebaca9a65081ba13af579c0ac87c2
이 커밋은 다음에 포함됨:
@@ -160,9 +160,10 @@ typedef enum hipMemoryType {
|
||||
hipMemoryTypeHost, ///< Memory is physically located on host
|
||||
hipMemoryTypeDevice, ///< Memory is physically located on device. (see deviceId for specific
|
||||
///< device)
|
||||
hipMemoryTypeArray, ///< Array memory, physically located on device. (see deviceId for specific
|
||||
///< device)
|
||||
hipMemoryTypeUnified ///< Not used currently
|
||||
hipMemoryTypeArray, ///< Array memory, physically located on device. (see deviceId for specific
|
||||
///< device)
|
||||
hipMemoryTypeUnified, ///< Not used currently
|
||||
hipMemoryTypeManaged ///< Managed memory, automaticallly managed by the unified memory system
|
||||
} hipMemoryType;
|
||||
|
||||
/**
|
||||
|
||||
새 이슈에서 참조
사용자 차단