From 54f5bcaa3e02dffa2adbf34ef36f2a7634f027ce Mon Sep 17 00:00:00 2001 From: abhimeda <138710508+abhimeda@users.noreply.github.com> Date: Mon, 11 Dec 2023 13:50:40 -0500 Subject: [PATCH 1/3] Add files via upload --- .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/issue_report.yml | 216 ++++++++++++++++++++++++ 2 files changed, 217 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/issue_report.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..0086358d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: true diff --git a/.github/ISSUE_TEMPLATE/issue_report.yml b/.github/ISSUE_TEMPLATE/issue_report.yml new file mode 100644 index 00000000..9ae9c122 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_report.yml @@ -0,0 +1,216 @@ +name: Issue Report +description: File a report for ROCm related issues on Linux and Windows. For issues pertaining to documentation or non-bug related, please open a blank issue located below. +title: "[Issue]: " + +body: +- type: markdown + attributes: + value: | + Thank you for taking the time to fill out this report! + + You can acquire your OS, CPU, GPU (for filling out this report) with the following commands: + + Linux: + echo "OS:" && cat /etc/os-release | grep -E "^(NAME=|VERSION=)"; + echo "CPU: " && cat /proc/cpuinfo | grep "model name" | sort --unique; + echo "GPU:" && /opt/rocm/bin/rocminfo | grep -E "^\s*(Name|Marketing Name)"; + + Windows: + (Get-WmiObject Win32_OperatingSystem).Version + (Get-WmiObject win32_Processor).Name + (Get-WmiObject win32_VideoController).Name +- type: textarea + attributes: + label: Problem Description + description: Describe the issue you encountered. + validations: + required: true +- type: input + attributes: + label: Operating System + description: What is the name and version number of the OS? + placeholder: "e.g. Ubuntu 22.04.3 LTS (Jammy Jellyfish)" + validations: + required: true +- type: input + attributes: + label: CPU + description: What CPU did you encounter the issue on? + placeholder: "e.g. AMD Ryzen 9 5900HX with Radeon Graphics" + validations: + required: true +- type: dropdown + attributes: + label: GPU + description: What GPU(s) did you encounter the issue on (you can select multiple GPUs from the list) + multiple: true + options: + - AMD Instinct MI250X + - AMD Instinct MI250 + - AMD Instinct MI210 + - AMD Instinct MI100 + - AMD Instinct MI50 + - AMD Instinct MI25 + - AMD Radeon Pro V620 + - AMD Radeon Pro VII + - AMD Radeon RX 7900 XTX + - AMD Radeon VII + - AMD Radeon Pro W7900 + - AMD Radeon Pro W7800 + - AMD Radeon Pro W6800 + - AMD Radeon Pro W6600 + - AMD Radeon Pro W5500 + - AMD Radeon RX 7900 XT + - AMD Radeon RX 7600 + - AMD Radeon RX 6950 XT + - AMD Radeon RX 6900 XT + - AMD Radeon RX 6800 XT + - AMD Radeon RX 6800 + - AMD Radeon RX 6750 + - AMD Radeon RX 6700 XT + - AMD Radeon RX 6700 + - AMD Radeon RX 6650 XT + - AMD Radeon RX 6600 XT + - AMD Radeon RX 6600 + - Other + validations: + required: true +- type: input + attributes: + label: Other + description: If you selected Other, please specify +- type: dropdown + attributes: + label: ROCm Version + description: What version(s) of ROCm did you encounter the issue on? + multiple: true + options: + - ROCm 5.7.1 + - ROCm 5.7.0 + - ROCm 5.6.0 + - ROCm 5.5.1 + - ROCm 5.5.0 + validations: + required: true +- type: dropdown + attributes: + label: ROCm Component + description: (Optional) If this issue relates to a specific ROCm component, it can be mentioned here. + multiple: true + options: + - Other + - AMD Common Language Runtime + - AMD MIGraphX + - AMD System Management Interface + - amdgpu KCL/autoconf + - amdgpu Kernel-mode GPU Driver + - amdgpu-install + - AOMP + - AOMP Extras + - AqlProfile + - build-infra + - chelsio + - clang-ocl + - Composable Kernel + - dkms + - docker / ROCm-docker + - flang + - gpuburn + - half + - HIP + - HIP Examples + - hipBLAS + - hipBLASLt + - HIPCC + - hipCUB + - hip-examples-private + - hipFFT + - hipfort + - HIPIFY + - hipRAND + - hipSOLVER + - hipSPARSE + - hipSPARSELt + - hipTensor + - hip-tests + - HSA Runtime + - infrastructure + - jenkins-utils + - libdrm + - Linux BPI packaging framework + - llvm-project + - Mesa + - meta + - MIOpen + - MIVisionX + - ml-framework-ci + - MLSEQA_TestRepo + - OpenCL API C++ Bindings + - OpenCL API Headers + - OpenCL Conformance Test Suite + - OpenCL ICD Loader + - perftest-p2p + - prototype + - RCCL + - rccl-rdma-sharp-plugins + - rocALUTION + - rocBLAS + - ROCdbgapi + - ROCdebug-agent + - rocFFT + - ROCgdb + - ROCK + - ROCm Documentation/Website + - ROCm Data Center Tool + - ROCm Examples + - ROCm for Windows + - ROCm Performance Primitives + - ROCm System Management Interface Library + - ROCm Thrust + - ROCm Validation Suite + - rocm_bandwidth_test + - rocm-cmake + - rocm-core + - rocm-docs-core + - rocminfo + - rocMLIR + - rocmtools + - rocPRIM + - rocprofiler + - rocRAND + - ROCR-Runtime + - rocSOLVER + - rocSPARSE + - roctracer + - ROCT-Thunk-Interface + - rocWMMA + - Tensile + - umr + - ibv_rc_pingpong-amd + - mellanox + - mpitest + - Pytorch + - Tensorflow + - APEX + - torchvision + - Magma +- type: textarea + attributes: + label: Steps to Reproduce + description: (Optional) Detailed steps to reproduce the issue. + validations: + required: false + +- type: textarea + attributes: + label: (Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support + description: The output of rocminfo --support could help to better address the problem. + validations: + required: false + +- type: textarea + attributes: + label: Additional Information + description: (Optional) Any additional information that is relevant, e.g. relevant environment variables, dockerfiles, log files, dmesg output (on Linux), etc. + validations: + required: false \ No newline at end of file From 5652caea5d480c8afac20f0a268ea314aaabe0e0 Mon Sep 17 00:00:00 2001 From: Christopher Millette <63608002+cgmillette@users.noreply.github.com> Date: Wed, 13 Dec 2023 09:25:50 -0700 Subject: [PATCH 2/3] Update issue_report.yml add a newline at end of the file --- .github/ISSUE_TEMPLATE/issue_report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue_report.yml b/.github/ISSUE_TEMPLATE/issue_report.yml index 9ae9c122..48a70533 100644 --- a/.github/ISSUE_TEMPLATE/issue_report.yml +++ b/.github/ISSUE_TEMPLATE/issue_report.yml @@ -213,4 +213,5 @@ body: label: Additional Information description: (Optional) Any additional information that is relevant, e.g. relevant environment variables, dockerfiles, log files, dmesg output (on Linux), etc. validations: - required: false \ No newline at end of file + required: false + From 89aff33d306d5a99f595a586a2b4e53f5a0bad93 Mon Sep 17 00:00:00 2001 From: abhimeda <138710508+abhimeda@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:22:26 -0500 Subject: [PATCH 3/3] added rocm v6, mi300, default component, new line --- .github/ISSUE_TEMPLATE/issue_report.yml | 157 +++++++++--------------- 1 file changed, 60 insertions(+), 97 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue_report.yml b/.github/ISSUE_TEMPLATE/issue_report.yml index 48a70533..af50a2ac 100644 --- a/.github/ISSUE_TEMPLATE/issue_report.yml +++ b/.github/ISSUE_TEMPLATE/issue_report.yml @@ -45,6 +45,9 @@ body: description: What GPU(s) did you encounter the issue on (you can select multiple GPUs from the list) multiple: true options: + - AMD Instinct MI300 + - AMD Instinct MI300A + - AMD Instinct MI300X - AMD Instinct MI250X - AMD Instinct MI250 - AMD Instinct MI210 @@ -85,6 +88,7 @@ body: description: What version(s) of ROCm did you encounter the issue on? multiple: true options: + - ROCm 6.0.0 - ROCm 5.7.1 - ROCm 5.7.0 - ROCm 5.6.0 @@ -96,104 +100,63 @@ body: attributes: label: ROCm Component description: (Optional) If this issue relates to a specific ROCm component, it can be mentioned here. - multiple: true options: - - Other - - AMD Common Language Runtime - - AMD MIGraphX - - AMD System Management Interface - - amdgpu KCL/autoconf - - amdgpu Kernel-mode GPU Driver - - amdgpu-install - - AOMP - - AOMP Extras - - AqlProfile - - build-infra - - chelsio - - clang-ocl - - Composable Kernel - - dkms - - docker / ROCm-docker - - flang - - gpuburn - - half - - HIP - - HIP Examples - - hipBLAS - - hipBLASLt - - HIPCC - - hipCUB - - hip-examples-private - - hipFFT - - hipfort - - HIPIFY - - hipRAND - - hipSOLVER - - hipSPARSE - - hipSPARSELt - - hipTensor - - hip-tests - - HSA Runtime - - infrastructure - - jenkins-utils - - libdrm - - Linux BPI packaging framework - - llvm-project - - Mesa - - meta - - MIOpen - - MIVisionX - - ml-framework-ci - - MLSEQA_TestRepo - - OpenCL API C++ Bindings - - OpenCL API Headers - - OpenCL Conformance Test Suite - - OpenCL ICD Loader - - perftest-p2p - - prototype - - RCCL - - rccl-rdma-sharp-plugins - - rocALUTION - - rocBLAS - - ROCdbgapi - - ROCdebug-agent - - rocFFT - - ROCgdb - - ROCK - - ROCm Documentation/Website - - ROCm Data Center Tool - - ROCm Examples - - ROCm for Windows - - ROCm Performance Primitives - - ROCm System Management Interface Library - - ROCm Thrust - - ROCm Validation Suite - - rocm_bandwidth_test - - rocm-cmake - - rocm-core - - rocm-docs-core - - rocminfo - - rocMLIR - - rocmtools - - rocPRIM - - rocprofiler - - rocRAND - - ROCR-Runtime - - rocSOLVER - - rocSPARSE - - roctracer - - ROCT-Thunk-Interface - - rocWMMA - - Tensile - - umr - - ibv_rc_pingpong-amd - - mellanox - - mpitest - - Pytorch - - Tensorflow - - APEX - - torchvision - - Magma + - Other + - AMDMIGraphX + - amdsmi + - aomp + - aomp-extras + - clang-ocl + - clr + - composable_kernel + - flang + - half + - HIP + - hipBLAS + - HIPCC + - hipCUB + - HIP-Examples + - hipFFT + - hipfort + - HIPIFY + - hipSOLVER + - hipSPARSE + - hipTensor + - llvm-project + - MIOpen + - MIVisionX + - rccl + - rdc + - rocALUTION + - rocBLAS + - ROCdbgapi + - rocFFT + - ROCgdb + - ROCK-Kernel-Driver + - ROCm + - rocm_bandwidth_test + - rocm_smi_lib + - rocm-cmake + - ROCm-CompilerSupport + - rocm-core + - ROCm-Device-Libs + - rocminfo + - rocMLIR + - ROCmValidationSuite + - rocPRIM + - rocprofiler + - rocr_debug_agent + - rocRAND + - ROCR-Runtime + - rocSOLVER + - rocSPARSE + - rocThrust + - roctracer + - ROCT-Thunk-Interface + - rocWMMA + - rpp + - Tensile + default: 20 - type: textarea attributes: label: Steps to Reproduce