Set device before processing each one (#1358)
[ROCm/clr commit: d0b11deb7f]
This commit is contained in:
committed by
Maneesh Gupta
parent
e8f69a8c36
commit
4b13efac04
@@ -192,6 +192,7 @@ int main(int argc, char* argv[]) {
|
||||
HIPCHECK(hipGetDeviceCount(&deviceCnt));
|
||||
|
||||
for (int i = 0; i < deviceCnt; i++) {
|
||||
hipSetDevice(i);
|
||||
printDeviceProp(i);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user