SWDEV-221166 - Detect support for large bar access through HIP runtime API

Change-Id: Iaa9756c1b5e40c1ab5afb38e44a6699fa5f6c13f
Этот коммит содержится в:
Alex Xie
2020-04-30 22:19:15 -04:00
коммит произвёл AlexBin Xie
родитель b90bc5301c
Коммит d890d77da4
5 изменённых файлов: 5 добавлений и 6 удалений
+1 -1
Просмотреть файл
@@ -136,7 +136,7 @@ typedef struct hipDeviceProp_t {
///devices with unmatched block dimensions
int cooperativeMultiDeviceUnmatchedSharedMem; ///< HIP device supports cooperative launch on multiple
///devices with unmatched shared memories
int isLargeBar; ///< 1: if it is a large PCI bar device, else 0
} hipDeviceProp_t;