Merge 46a09dd7cda445ba9a1b7edf08d3399c1cc6255b into ce9c0aac236ec712a33b9a53844a011c6303f3b8

This commit is contained in:
Violet
2025-08-01 20:00:01 +02:00
committed by GitHub
2 changed files with 70 additions and 0 deletions

1
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1 @@
blank_issues_enabled: true

69
.github/ISSUE_TEMPLATE/zluda_dump.yml vendored Normal file
View File

@ -0,0 +1,69 @@
name: Bug Report
description: Report an issue with ZLUDA
title: ""
labels: []
body:
- type: markdown
attributes:
value: |
If you are reporting an application that is not supported by ZLUDA, please use zluda_dump to
create logs that we can use to debug the issue. TODO: We will post a tutorial for creating
these logs. Add a link to it here.
- type: textarea
id: logs
attributes:
label: zluda_dump logs (tarball/zip file)
description: |
Please create a tarball (`.tar.gz`) or zip file (`.zip`) of your log directory and attach
it here. You can drag and drop files directly into the comment box. Please also include
zluda_dump logs using CUDA if you have NVIDIA hardware to test on.
placeholder: Attach file (e.g., drag and drop)
validations:
required: false
- type: textarea
id: description
attributes:
label: Description
description: |
Describe the issue you've encountered. What is the expected behavior? What is the actual
behavior?
placeholder: Description
validations:
required: false
- type: textarea
id: reproduce
attributes:
label: Steps to reproduce
description: |
Please describe the application you were running and provide clear, step-by-step
instructions to run it.
placeholder: |
example:
1. Download llm.c: git clone https://github.com/karpathy/llm.c.git
2. Navigate to the directory: cd llm.c
3. Download the model and train it:
chmod u+x ./dev/download_starter_pack.sh
./dev/download_starter_pack.sh
make train_gpt2fp32cu
./train_gpt2fp32cu
4. Build and run the tests:
make test_gpt2fp32cu
LD_LIBRARY_PATH=<ZLUDA_DUMP_DIR> ./test_gpt2fp32cu
validations:
required: true
- type: input
id: os
attributes:
label: Operating System
description: What operating system are you using? (e.g., distribution and version)
placeholder: "example: Ubuntu 22.04.5 LTS"
validations:
required: true
- type: input
id: gpu
attributes:
label: GPU
description: What GPU are you using?
placeholder: "example: AMD Radeon RX 6600"
validations:
required: true