onnxruntime/.github/ISSUE_TEMPLATE/bug-performance-issue.md
jignparm acc8ac58d2
Fix C-API sample. Update Issue template. (#750)
* Fix C-API sample. Update Issue template.

* switch back to signed int

* update from int to size_t
2019-04-02 13:37:50 -07:00

30 lines
793 B
Markdown

---
name: Bug/Performance issue
about: Use this template for reporting a bug or a performance issue.
---
**Describe the bug**
A clear and concise description of what the bug is.
**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
- ONNX Runtime installed from (source or binary):
- ONNX Runtime version:
- Python version:
- Visual Studio version (if applicable):
- GCC/Compiler version (if compiling from source):
- CUDA/cuDNN version:
- GPU model and memory:
**To Reproduce**
Describe steps/code to reproduce the behavior:
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.