SWDEV-414833 - adding hipDeviceAttributeIsLargeBar
to hipDeviceGetAttribute Change-Id: Icde0ab9326b1759c66f9a3acbadfb9a01cf6a5be
Dieser Commit ist enthalten in:
committet von
Payam Ghafari
Ursprung
fbea58ba11
Commit
9008a53c98
@@ -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
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren