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 693eea2 commit dc3281aCopy full SHA for dc3281a
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