diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ef1d30783..10df23803 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -75,6 +75,21 @@ body: default: 0 validations: required: true + - type: dropdown + id: compute + attributes: + label: Compute + description: What is the compute engine backend you're using? + options: + - nVidia CUDA + - AMD ROCm + - Intel IPEX + - OpenVINO + - DirectML + - ZLUDA + default: 0 + validations: + required: true - type: dropdown id: ui attributes: