SWDEV-414833 - adding hipDeviceAttributeIsLargeBar
to hipDeviceGetAttribute Change-Id: Icde0ab9326b1759c66f9a3acbadfb9a01cf6a5be
Цей коміт міститься в:
@@ -319,6 +319,9 @@ hipError_t hipDeviceGetAttribute(int* pi, hipDeviceAttribute_t attr, int device)
|
||||
case hipDeviceAttributePageableMemoryAccessUsesHostPageTables:
|
||||
*pi = prop.pageableMemoryAccessUsesHostPageTables;
|
||||
break;
|
||||
case hipDeviceAttributeIsLargeBar:
|
||||
*pi = prop.isLargeBar;
|
||||
break;
|
||||
case hipDeviceAttributeUnifiedAddressing:
|
||||
// HIP runtime always uses SVM for host memory allocations.
|
||||
// Note: Host registered memory isn't covered by this feature
|
||||
|
||||
Посилання в новій задачі
Заблокувати користувача