We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72475e5 commit b0288edCopy full SHA for b0288ed
tools/visual-pipeline-and-platform-evaluation-tool/vippet/video_encoder.py
@@ -153,7 +153,7 @@ def select_element(
153
Selected encoder element string with properties, or None if not found
154
"""
155
key = OTHER
156
- if encoder_device.device_name == "GPU":
+ if encoder_device.device_name.startswith("GPU"):
157
if encoder_device.gpu_id == 0:
158
key = GPU_0
159
elif encoder_device.gpu_id is not None and encoder_device.gpu_id > 0:
0 commit comments