Skip to content

Commit

Permalink
[CUDA][HIP] Add link to cuda/hip troubleshooting in issue template. (#…
Browse files Browse the repository at this point in the history
…12910)

Add link to cuda/hip troubleshooting in issue template.

Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
  • Loading branch information
JackAKirk committed Mar 6, 2024
1 parent f28c05c commit e8361f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/2-bug-report-cuda.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: CUDA-specific bug report
description: Please use this template in case of CUDA-specific issue
description: Please use this template in case of CUDA-specific issue.
Before submitting an issue check that it is not already covered in the
[troubleshooting guide](https://developer.codeplay.com/products/oneapi/nvidia/latest/guides/troubleshooting)
labels: ["bug", "cuda"]
body:
- type: textarea
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/3-bug-report-hip.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: HIP-specific bug report
description: Please use this template in case of HIP-specific issue
Before submitting an issue check that it is not already covered in the
[troubleshooting guide](https://developer.codeplay.com/products/oneapi/amd/latest/guides/troubleshooting)
labels: ["bug", "hip"]
body:
- type: textarea
Expand Down

0 comments on commit e8361f6

Please sign in to comment.