Skip to content

Commit 5b54c78

Browse files
authored
Update issue templates (#216)
1 parent eb896b8 commit 5b54c78

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug report
3+
about: 'AMGX crashes, APIs return unexpected errors, etc. '
4+
title: "[Issue]"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the issue**
11+
12+
A clear and concise description of what the issue is.
13+
14+
**Environment information:**
15+
- OS: [e.g. `Windows 10`, `Ubuntu 22.04`]
16+
- CUDA runtime: [e.g. `CUDA 11.7.0`]
17+
- MPI version (if applicable): [e.g. `OpenMPI 4.0.3`, `MS-MPI v10.1.2`]
18+
- AMGX version or commit hash [e.g. `v2.3.0`, `34232979e993d349a03486f7892830a1209b2fc9`]
19+
- NVIDIA driver: [e.g. 517.40]
20+
- NVIDIA GPU: [e.g. NVIDIA V100]
21+
- Any related environment variables information
22+
23+
**AMGX solver configuration**
24+
25+
If you used AMGX solver configuration to initialize a solver - provide it here.
26+
27+
**Matrix Data**
28+
29+
It would be very helpful if you can provide matrix data that reproduces the error. If you can share it (matrix, right hand side, initial solution) - describe how to get it or provide download links for this data.
30+
31+
**Reproduction steps**
32+
33+
If your AMGX workflow differs from one of AMGX examples - provide minimal reproducible example for the reported issue
34+
35+
**Additional context**
36+
37+
Add any other context about the problem here.

0 commit comments

Comments
 (0)