mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-08 05:33:52 -05:00
19 lines
426 B
YAML
19 lines
426 B
YAML
friendly_name: "Procyon AI CV"
|
|
executable: "ulprocai.py"
|
|
process_name: "ProcyonCmd.exe"
|
|
disable_presentmon: true
|
|
output_dir: "run"
|
|
options:
|
|
- name: engine
|
|
type: select
|
|
values:
|
|
- "AMD_CPU"
|
|
- "AMD_GPU0"
|
|
- "AMD_GPU1"
|
|
- "Intel_CPU"
|
|
- "Intel_GPU0"
|
|
- "Intel_GPU1"
|
|
- "Intel_NPU"
|
|
- "NVIDIA_GPU"
|
|
- "Qualcomm_HTP"
|
|
tooltip: Select which configuration to run for Procyon |