From 3f75c46efd29dea88a3dd015ba3b44799bb770bc Mon Sep 17 00:00:00 2001 From: "Larsen, Steffen" Date: Wed, 6 Mar 2024 08:17:01 -0800 Subject: [PATCH 1/7] [CUDA][HIP] Fix bug report template descriptions The format from https://github.com/intel/llvm/pull/12910 was invalid. This PR attempts to fix it. Signed-off-by: Larsen, Steffen --- .github/ISSUE_TEMPLATE/2-bug-report-cuda.yml | 7 ++++--- .github/ISSUE_TEMPLATE/3-bug-report-hip.yml | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml b/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml index 758cadc00450a..f264a60b89c24 100644 --- a/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml +++ b/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml @@ -1,7 +1,8 @@ name: CUDA-specific bug report -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) +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 diff --git a/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml b/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml index 22b4acc968eb6..3701452058113 100644 --- a/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml +++ b/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml @@ -1,7 +1,8 @@ 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) +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 From 9a50234c659adb3d8bf3a46b305cc0fefa7081fd Mon Sep 17 00:00:00 2001 From: "Larsen, Steffen" Date: Wed, 6 Mar 2024 08:20:42 -0800 Subject: [PATCH 2/7] Keep under 200 characters Signed-off-by: Larsen, Steffen --- .github/ISSUE_TEMPLATE/2-bug-report-cuda.yml | 4 ++-- .github/ISSUE_TEMPLATE/3-bug-report-hip.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml b/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml index f264a60b89c24..03bf93e5a13fd 100644 --- a/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml +++ b/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml @@ -1,8 +1,8 @@ name: CUDA-specific bug report 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) + Check the [troubleshooting guide](https://developer.codeplay.com/products/oneapi/nvidia/latest/guides/troubleshooting) + first. labels: ["bug", "cuda"] body: - type: textarea diff --git a/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml b/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml index 3701452058113..5962f04ed159b 100644 --- a/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml +++ b/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml @@ -1,8 +1,8 @@ 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) + Please use this template in case of HIP-specific issue. + Check the [troubleshooting guide](https://developer.codeplay.com/products/oneapi/amd/latest/guides/troubleshooting) + first. labels: ["bug", "hip"] body: - type: textarea From 0d4827bd1338c665686a136511c80eeb0613d5af Mon Sep 17 00:00:00 2001 From: "Larsen, Steffen" Date: Wed, 6 Mar 2024 08:31:00 -0800 Subject: [PATCH 3/7] Change hyperlinks Signed-off-by: Larsen, Steffen --- .github/ISSUE_TEMPLATE/2-bug-report-cuda.yml | 4 ++-- .github/ISSUE_TEMPLATE/3-bug-report-hip.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml b/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml index 03bf93e5a13fd..9a283beb35a34 100644 --- a/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml +++ b/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml @@ -1,8 +1,8 @@ name: CUDA-specific bug report description: > Please use this template in case of CUDA-specific issue. - Check the [troubleshooting guide](https://developer.codeplay.com/products/oneapi/nvidia/latest/guides/troubleshooting) - first. + Check https://developer.codeplay.com/products/oneapi/nvidia/latest/guides/troubleshooting + before submitting a bug report. labels: ["bug", "cuda"] body: - type: textarea diff --git a/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml b/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml index 5962f04ed159b..9ec6cd07fd0e7 100644 --- a/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml +++ b/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml @@ -1,8 +1,8 @@ name: HIP-specific bug report description: > Please use this template in case of HIP-specific issue. - Check the [troubleshooting guide](https://developer.codeplay.com/products/oneapi/amd/latest/guides/troubleshooting) - first. + Check https://developer.codeplay.com/products/oneapi/amd/latest/guides/troubleshooting + before submitting a bug report. labels: ["bug", "hip"] body: - type: textarea From 9fff0c83f2919fcb3f91be2675d910501d5deab8 Mon Sep 17 00:00:00 2001 From: "Larsen, Steffen" Date: Wed, 6 Mar 2024 08:46:32 -0800 Subject: [PATCH 4/7] Try new hyperlinks Signed-off-by: Larsen, Steffen --- .github/ISSUE_TEMPLATE/2-bug-report-cuda.yml | 2 +- .github/ISSUE_TEMPLATE/3-bug-report-hip.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml b/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml index 9a283beb35a34..a47c4453113cc 100644 --- a/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml +++ b/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml @@ -1,7 +1,7 @@ name: CUDA-specific bug report description: > Please use this template in case of CUDA-specific issue. - Check https://developer.codeplay.com/products/oneapi/nvidia/latest/guides/troubleshooting + Check the troubleshooting guide before submitting a bug report. labels: ["bug", "cuda"] body: diff --git a/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml b/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml index 9ec6cd07fd0e7..06a6437ee676f 100644 --- a/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml +++ b/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml @@ -1,7 +1,7 @@ name: HIP-specific bug report description: > Please use this template in case of HIP-specific issue. - Check https://developer.codeplay.com/products/oneapi/amd/latest/guides/troubleshooting + Check the troubleshooting guide before submitting a bug report. labels: ["bug", "hip"] body: From 6344ff8f239b2ca6311aa2a4ff0845d3047a7250 Mon Sep 17 00:00:00 2001 From: "Larsen, Steffen" Date: Wed, 6 Mar 2024 08:47:03 -0800 Subject: [PATCH 5/7] Reduce character count again Signed-off-by: Larsen, Steffen --- .github/ISSUE_TEMPLATE/2-bug-report-cuda.yml | 2 +- .github/ISSUE_TEMPLATE/3-bug-report-hip.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml b/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml index a47c4453113cc..39c16f665b3aa 100644 --- a/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml +++ b/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml @@ -2,7 +2,7 @@ name: CUDA-specific bug report description: > Please use this template in case of CUDA-specific issue. Check the troubleshooting guide - before submitting a bug report. + first. labels: ["bug", "cuda"] body: - type: textarea diff --git a/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml b/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml index 06a6437ee676f..9accb992a6157 100644 --- a/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml +++ b/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml @@ -2,7 +2,7 @@ name: HIP-specific bug report description: > Please use this template in case of HIP-specific issue. Check the troubleshooting guide - before submitting a bug report. + first. labels: ["bug", "hip"] body: - type: textarea From 2f04a408860010f96a530333d0df1233e052f0b9 Mon Sep 17 00:00:00 2001 From: "Larsen, Steffen" Date: Wed, 6 Mar 2024 23:07:48 -0800 Subject: [PATCH 6/7] Revert "Reduce character count again" This reverts commit 6344ff8f239b2ca6311aa2a4ff0845d3047a7250. --- .github/ISSUE_TEMPLATE/2-bug-report-cuda.yml | 2 +- .github/ISSUE_TEMPLATE/3-bug-report-hip.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml b/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml index 39c16f665b3aa..a47c4453113cc 100644 --- a/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml +++ b/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml @@ -2,7 +2,7 @@ name: CUDA-specific bug report description: > Please use this template in case of CUDA-specific issue. Check the troubleshooting guide - first. + before submitting a bug report. labels: ["bug", "cuda"] body: - type: textarea diff --git a/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml b/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml index 9accb992a6157..06a6437ee676f 100644 --- a/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml +++ b/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml @@ -2,7 +2,7 @@ name: HIP-specific bug report description: > Please use this template in case of HIP-specific issue. Check the troubleshooting guide - first. + before submitting a bug report. labels: ["bug", "hip"] body: - type: textarea From fb2a1f1cf62ba40f49aaee73a68e53861026e50c Mon Sep 17 00:00:00 2001 From: "Larsen, Steffen" Date: Wed, 6 Mar 2024 23:07:52 -0800 Subject: [PATCH 7/7] Revert "Try new hyperlinks" This reverts commit 9fff0c83f2919fcb3f91be2675d910501d5deab8. --- .github/ISSUE_TEMPLATE/2-bug-report-cuda.yml | 2 +- .github/ISSUE_TEMPLATE/3-bug-report-hip.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml b/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml index a47c4453113cc..9a283beb35a34 100644 --- a/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml +++ b/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml @@ -1,7 +1,7 @@ name: CUDA-specific bug report description: > Please use this template in case of CUDA-specific issue. - Check the troubleshooting guide + Check https://developer.codeplay.com/products/oneapi/nvidia/latest/guides/troubleshooting before submitting a bug report. labels: ["bug", "cuda"] body: diff --git a/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml b/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml index 06a6437ee676f..9ec6cd07fd0e7 100644 --- a/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml +++ b/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml @@ -1,7 +1,7 @@ name: HIP-specific bug report description: > Please use this template in case of HIP-specific issue. - Check the troubleshooting guide + Check https://developer.codeplay.com/products/oneapi/amd/latest/guides/troubleshooting before submitting a bug report. labels: ["bug", "hip"] body: