Tests: Fix device list of benchmark script only showing a single GPU

Pull Request #104583
This commit is contained in:
Patrick Mours 2023-02-10 19:38:37 +01:00
parent 7351f533e0
commit 8a32d56056
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ def get_gpu_device(args: None) -> List:
if device.type == device_type:
result.append({'type': device.type, 'name': device.name, 'index': index})
index += 1
break
return result