Skip to content

Commit

Permalink
PR feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
neon60 committed Sep 6, 2024
1 parent 4e06359 commit f2228e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ clr
coroutines
cuBLASLt
cuCtx
CUDA's
cuDNN
dataflow
deallocate
Expand Down
4 changes: 1 addition & 3 deletions docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@
/_templates
/doxygen/html
/doxygen/xml
/sphinx/_toc.yml
understand/user-kernel-space-compat-matrix-content.rst
understand/algorithm-libraries-support-matrix-content.rst
/sphinx/_toc.yml
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

import re
from typing import Any, Dict, List
from urllib.request import urlretrieve

from rocm_docs import ROCmDocs

Expand Down Expand Up @@ -50,5 +49,5 @@

exclude_patterns = [
"doxygen/mainpage.md",
"understand/glossary.md",
"understand/glossary.md"
]

0 comments on commit f2228e1

Please sign in to comment.