|
1 | | -<!-- |
2 | | -Hi! |
| 1 | +Hi! Thanks for trying out Accelerate! We are sorry that you have run into trouble ): Please fill in the following report to help us improve. |
3 | 2 |
|
4 | | -Thanks for trying out Accelerate! We are sorry that you have run into trouble ): |
| 3 | +You might also like to ask on the [mailing list](mailto:accelerate-haskell@googlegroups.com) or [chat room](https://gitter.im/AccelerateHS/Lobby). |
5 | 4 |
|
6 | | -The following schema may help when filing your report: |
7 | | ---> |
| 5 | +**Description** |
| 6 | +Provide a clear and concise description of what the problem is. |
8 | 7 |
|
9 | | -<!-- Put an `x` into each box that applies (replacing the existing space character): --> |
10 | | -I am submitting a... |
11 | | -- [ ] bug report |
12 | | -- [ ] feature request |
13 | | -- [ ] support request => you might also like to ask your question on the [mailing list](mailto:accelerate-haskell@googlegroups.com) or [gitter chat](https://gitter.im/AccelerateHS/Lobby). |
| 8 | +**Your environment** |
| 9 | +Include any relevant details about the environment you experienced the bug in. When reporting the versions of Accelerate packages used, include either the release number or the commit SHA if building from source. |
14 | 10 |
|
15 | | -## Description |
16 | | -<!-- |
17 | | -Provide a general summary of the issue here, and try to include a descriptive title above. |
18 | | -Do you want to request a feature or report a bug? |
19 | | -How has this issue affected you? |
20 | | -What are you trying to accomplish with the proposed feature request? |
21 | | ---> |
| 11 | +If the bug is with the `accelerate-llvm-ptx` GPU backend, include the output of `nvidia-device-query` |
22 | 12 |
|
| 13 | + - Accelerate: |
| 14 | + - Accelerate backend(s): |
| 15 | + - GHC: |
| 16 | + - OS: |
23 | 17 |
|
24 | | -## Expected behaviour |
25 | | -<!-- |
26 | | -If you are describing a bug, tell us what should happen. |
27 | | -If you are suggesting a change or improvement, tell us how it should work. |
28 | | ---> |
29 | | - |
30 | | -## Current behaviour |
31 | | -<!-- |
32 | | -If describing a bug, tell us what happens. |
33 | | -If suggesting a change or improvement, explain the difference from the current behaviour. |
34 | | ---> |
35 | | - |
36 | | -## Possible solution (optional) |
37 | | -<!-- You may wish to suggest a fix or reason for the bug, or provide ideas on how to implement the suggested feature. --> |
38 | | - |
39 | | -## Steps to reproduce (for bugs) |
40 | | -<!-- |
41 | | -Please provide as much information as possible so that somebody can understand and reproduce the bug. Only bugs which are understood can be fixed. |
42 | | -
|
43 | | -Providing a link to a minimal example which shows the faulty behaviour is best. https://gist.github.com is useful for pasting longer code snippets. If your program requires any additional libraries, please include `.cabal` and `stack.yaml` files so that it is easy to build. |
44 | | -
|
45 | | -Please describe any additional steps to reproducing the bug. |
46 | | ---> |
47 | | - |
48 | | - 1. |
49 | | - 2. |
50 | | - 3. |
51 | | - |
52 | | -## Your environment |
53 | | -<!-- |
54 | | -Include any relevant details about the environment you experienced the bug in. |
55 | | -
|
56 | | -When reporting the versions of Accelerate packages used, please include either the release version number, or the commit SHA if building from source (e.g. `AccelerateHS/accelerate-llvm@0123456`). |
57 | | -
|
58 | | -If you built your project using `stack`, the `nvidia-device-query` program may be available via `stack exec nvidia-device-query`. |
59 | | ---> |
60 | | - |
61 | | -- Accelerate version: |
62 | | -- Accelerate backend(s) used: |
63 | | -- GHC version: |
64 | | -- Operating system and version: |
65 | | -- Link to your project/example: |
66 | | -- If this is a bug with the GPU backend, include the output of `nvidia-device-query`: |
| 18 | +**Additional context** |
| 19 | +Add any other context about the problem here. |
67 | 20 |
|
0 commit comments