Skip to content

Commit

Permalink
Update wordlist
Browse files Browse the repository at this point in the history
  • Loading branch information
MKKnorr committed Jan 24, 2025
1 parent 98da3e8 commit 27b3907
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ coroutines
Ctx
cuBLASLt
cuCtx
CUDA's
CUDA
cuda
cuDNN
cuModule
dataflow
Expand All @@ -35,7 +36,6 @@ Dereferencing
dll
DirectX
EIGEN
EIGEN's
enqueue
enqueues
entrypoint
Expand All @@ -61,7 +61,6 @@ hardcoded
HC
hcBLAS
HIP-Clang
HIP's
hipcc
hipCtx
hipexamine
Expand Down Expand Up @@ -142,7 +141,6 @@ quad
representable
RMW
rocgdb
ROCm's
rocTX
roundtrip
RTC
Expand All @@ -157,7 +155,6 @@ sinewave
SOMA
SPMV
structs
struct's
SYCL
syntaxes
texel
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/hip_porting_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ To directly replace the files, the ``--inplace`` option of ``hipify-perl`` or
``hipify-clang`` can be used. This creates a backup of the original files in a
``<filename>.prehip`` file and overwrites the existing files, keeping their file
endings. If the ``--inplace`` option is not given, the scripts print the
hipified code to stdout.
hipified code to ``stdout``.

``hipconvertinplace.sh``or ``hipconvertinplace-perl.sh`` operate on whole
directories.
Expand Down

0 comments on commit 27b3907

Please sign in to comment.