Skip to content

Commit

Permalink
Update issue templates (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
vedaanta authored May 16, 2024
1 parent b740542 commit d7ccb5b
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**Expected behavior**
A clear and concise description of what you expected to happen.

**System Environment (please complete the following information):**
- cudnn_frontend version: [e.g. v1.4.0]
- cudnn_backend version: [e.g. v9.1.0]
- GPU arch: [e.g. RTX 4090]
- cuda runtime version: [e.g. 12.4]
- cuda driver version: [e.g. 553.04]
- host compiler: [e.g. clang19]
- OS: [e.g. ubuntu22.04]

**API logs**
Please attach API logs for both cudnn_frontend and cudnn_backend.
```
// For cudnn_frontend
export CUDNN_FRONTEND_LOG_FLIE=fe.log
export CUDNN_FRONTEND_LOG_INFO=1
// For cudnn_backend
export CUDNN_LOGLEVEL_DBG=3
export CUDNN_LOGDEST_DBG=be.log
```

**To Reproduce**
Steps to reproduce the behavior:
1. '...'
2. '....'
3. '....'

**Additional context**
Add any other context about the problem here.

0 comments on commit d7ccb5b

Please sign in to comment.