SWDEV-221166 - Detect support for large bar access through HIP runtime API
Change-Id: Iaa9756c1b5e40c1ab5afb38e44a6699fa5f6c13f
[ROCm/hip-tests commit: 9136212b51]
Этот коммит содержится в:
коммит произвёл
AlexBin Xie
родитель
4204eab46a
Коммит
88bb95e70a
@@ -146,7 +146,8 @@ void printDeviceProp(int deviceId) {
|
||||
cout << setw(w1) << "maxTexture3D.width: " << props.maxTexture3D[0] << endl;
|
||||
cout << setw(w1) << "maxTexture3D.height: " << props.maxTexture3D[1] << endl;
|
||||
cout << setw(w1) << "maxTexture3D.depth: " << props.maxTexture3D[2] << endl;
|
||||
|
||||
cout << setw(w1) << "isLargeBar: " << props.isLargeBar << endl;
|
||||
|
||||
int deviceCnt;
|
||||
hipGetDeviceCount(&deviceCnt);
|
||||
cout << setw(w1) << "peers: ";
|
||||
|
||||
Ссылка в новой задаче
Block a user