onnxruntime/.github/ISSUE_TEMPLATE/05-performance.yml
Sophie Schoenmeyer f3a6e58ae3
Update 05-performance.yml issue template to auto apply label (#21486)
Updating Performance issue template so "performance" label is
automatically applied

### Description
<!-- Describe your changes. -->



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2024-07-25 09:52:37 -07:00

149 lines
3.7 KiB
YAML

name: Performance
description: issues related to performance
title: "[Performance] "
labels: ["performance"]
body:
- type: markdown
attributes:
value: |
If your request is a question/idea or otherwise not related to a bug/issue or feature request, please submit to [ONNX Runtime GitHub Discussions](https://github.com/microsoft/onnxruntime/discussions).
Before submitting your request, please review past submissions to ensure that it is not a duplicate of a known issue.
- type: textarea
id: issue-descript
attributes:
label: Describe the issue
placeholder: Include your issue description, expected behavior, and any additional context necessary for your issue to be addressed (e.g., screenshots, GPU model & memory, etc.).
validations:
required: true
- type: textarea
id: reproducibility
attributes:
label: To reproduce
placeholder: Steps to reproduce the issue. As applicable, please provide code and model(s) if possible.
validations:
required: true
- type: textarea
id: urgency
attributes:
label: Urgency
placeholder: Is your issue urgent? If important use cases are blocked, there is a regression in ONNX Runtime functionality, or you have a strict project deadline, please elaborate here.
validations:
required: false
- type: markdown
attributes:
value: |
# System information
For each of the following items, provide the information listed to ensure that your request is addressed in a timely manner.
- type: dropdown
id: platform
attributes:
label: Platform
options:
- Windows
- Linux
- Mac
- Android
- iOS
- Web Browser
- Other / Unknown
validations:
required: true
- type: input
id: os-dist
attributes:
label: OS Version
validations:
required: true
- type: dropdown
id: ort-installation
attributes:
label: ONNX Runtime Installation
options:
- Built from Source
- Released Package
- Other / Unknown
validations:
required: true
- type: input
id: ort-version
attributes:
label: ONNX Runtime Version or Commit ID
validations:
required: true
- type: dropdown
id: inf-api
attributes:
label: ONNX Runtime API
options:
- Python
- C++
- C#
- C
- Java
- JavaScript
- Obj-C
- WinML
- Other / Unknown
validations:
required: true
- type: dropdown
id: arch
attributes:
label: Architecture
options:
- X64
- X86
- ARM64
- ARM32
- IBM Power
- Other / Unknown
validations:
required: true
- type: dropdown
id: ep
attributes:
label: Execution Provider
options:
- Default CPU
- CoreML
- CUDA
- DirectML
- oneDNN
- OpenVINO
- TensorRT
- NNAPI
- ACL
- ArmNN
- MIGraphX
- Rockchip NPU
- SNPE
- TVM
- Vitis AI
- Other / Unknown
multiple: yes
validations:
required: true
- type: input
id: ep-version
attributes:
label: Execution Provider Library Version
placeholder: ex. CUDA 11.6 or ROCm 5.1.1
validations:
required: false
- type: textarea
id: model
attributes:
label: Model File
placeholder: Attach the file corresponding to your model if possible.
validations:
required: false
- type: dropdown
id: quant
attributes:
label: Is this a quantized model?
options:
- "Yes"
- "No"
- Unknown
validations:
required: true