Skip to content

Commit

Permalink
Docs: Refactor cpp_language_extensions and cpp_language_support
Browse files Browse the repository at this point in the history
  • Loading branch information
MKKnorr authored and neon60 committed Jan 8, 2025
1 parent 9f592e0 commit 8ab60da
Show file tree
Hide file tree
Showing 9 changed files with 1,150 additions and 181 deletions.
9 changes: 9 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ backtrace
Bitcode
bitcode
bitcodes
blockDim
blockIdx
builtins
Builtins
CAS
clr
compilable
constexpr
coroutines
Ctx
cuBLASLt
Expand Down Expand Up @@ -51,6 +54,7 @@ FNUZ
fp
gedit
GPGPU
gridDim
GROMACS
GWS
hardcoded
Expand Down Expand Up @@ -87,6 +91,7 @@ iteratively
Lapack
latencies
libc
libhipcxx
libstdc
lifecycle
linearizing
Expand All @@ -97,6 +102,7 @@ makefile
Malloc
malloc
MALU
maxregcount
MiB
memset
multicore
Expand Down Expand Up @@ -125,6 +131,7 @@ preconditioners
predefining
prefetched
preprocessor
printf
profilers
PTX
PyHIP
Expand Down Expand Up @@ -153,6 +160,7 @@ SYCL
syntaxes
texel
texels
threadIdx
tradeoffs
templated
toolkits
Expand All @@ -167,5 +175,6 @@ unregister
upscaled
variadic
vulkan
warpSize
WinGDB
zc
2 changes: 1 addition & 1 deletion docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The :doc:`HIP API documentation <doxygen/html/index>` describes each API and
its limitations, if any, compared with the equivalent CUDA API.

The kernel language features are documented in the
:doc:`/reference/cpp_language_extensions` page.
:doc:`/how-to/hip_cpp_language_extensions` page.

Relation to other GPGPU frameworks
==================================
Expand Down
Loading

0 comments on commit 8ab60da

Please sign in to comment.