Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
5974fce
Fix CU and WGP mode effect on warpSize
neon60 Apr 10, 2025
8f2fc85
Use single example for installation tests
neon60 Apr 14, 2025
6b91c48
Update install and build instructions
neon60 Apr 15, 2025
2f0079b
Added not about HIP runtime build on windows
neon60 Apr 29, 2025
1493d7e
Update text
neon60 May 7, 2025
bac057b
Add missing newline character to include/hip/linker_types.h.
ScottTodd May 5, 2025
64a078c
Add lane masks bit-shift in the porting guide
neon60 Apr 7, 2025
531c595
Docs: Add FP4/FP6 types
adeljo-amd May 20, 2025
0b07b23
add builtin-expect text
randyh62 May 27, 2025
bfe3aed
Update COMGR default enabled, and add note regarding use of COMGR
randyh62 Jun 5, 2025
d805be1
Add best practice for warpSize handling
neon60 May 12, 2025
357c011
Update HIP API Reference link and other issues
randyh62 Jul 9, 2025
7898f47
Update compilers.rst to refer to ROCm Compiler reference
randyh62 Jul 10, 2025
aa8ad47
Update docs/understand/compilers.rst
randyh62 Jul 11, 2025
127e811
Fix Doxygen build warnings
j-stephan Jul 4, 2025
7e3c339
add changes
briankoco Jul 15, 2025
4c4efd3
add README to wordlist
briankoco Jul 15, 2025
e71f584
Update docs/how-to/hip_runtime_api/memory_management/unified_memory.rst
briankoco Jul 16, 2025
e913c1c
Update docs/how-to/hip_runtime_api/memory_management/unified_memory.rst
briankoco Jul 16, 2025
4e1cea0
address feedback
briankoco Jul 16, 2025
859237b
revert conf.py changes
briankoco Jul 16, 2025
baef696
restore TOC for modules
randyh62 Jul 17, 2025
fddd687
Add links to environment variables table
neon60 May 9, 2025
72163f6
Minor warp size fix
neon60 Jul 2, 2025
97122df
Docs: Update low_fp_types
adeljo-amd Jul 14, 2025
33b2f42
Update hipExt Documentation
cjatin Jul 18, 2025
8badbcb
Docs: Cleanup of low_fp_type page
adeljo-amd Jul 21, 2025
a560ce0
Move reference/env_variables folder under docs/reference
randyh62 Jul 22, 2025
c770228
Fix the environment variables reference
neon60 Jul 25, 2025
9583232
Add CUDA compatibility changes
randyh62 Jul 16, 2025
ff6ebfc
Temporary fix for install broken links
neon60 Jul 29, 2025
60a1306
Update hipgraph.rst
randyh62 Jul 29, 2025
c0e0b01
Docs: Update unified memory management page
adeljo-amd Jul 28, 2025
f25e829
Update hip-7-changes.rst
randyh62 Aug 19, 2025
4414ede
SAXPY tutorial: roc-obj replace with llvm-objdump
neon60 Aug 7, 2025
d3be919
Add HIP 7.0 changes to documentation
randyh62 Aug 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ Asynchrony
asynchrony
backtrace
bfloat
BFloat
Bitcode
bitcode
bitcodes
bitmask
blockDim
blockIdx
builtins
Expand All @@ -39,7 +41,9 @@ Dereferencing
DFT
dll
DirectX
dst
EIGEN
elementSize
enqueue
enqueues
entrypoint
Expand Down Expand Up @@ -67,13 +71,24 @@ hcBLAS
HIP-Clang
hipcc
hipCtx
hipError
hipErrorContextIsDestroyed
hipErrorInvalidHandle
hipexamine
hipExt
hipGetLastError
hipified
HIPify
hipMalloc
hipMemsetParams
hipModule
hipModuleLaunchKernel
hipother
hipOutOfMemory
hipRTC
HIPRTC
hipSetDevice
hipSuccess
hyperthreading
icc
IILE
Expand Down Expand Up @@ -108,6 +123,7 @@ MALU
maxregcount
MiB
memset
microscaling
multicore
multigrid
multithreading
Expand All @@ -118,7 +134,9 @@ NCCL
NDRange
nonnegative
NOP
NULLPTR
Numa
nvRTC
ns
Nsight
ocp
Expand All @@ -144,6 +162,7 @@ PyHIP
queryable
prefetching
quad
README
representable
RMW
rocgdb
Expand All @@ -162,6 +181,8 @@ sinewave
sinf
SOMA
SPMV
sr
STL
structs
SYCL
syntaxes
Expand All @@ -172,6 +193,7 @@ tradeoffs
templated
toolkits
transfering
typedef
typedefs
ULP
ULPs
Expand Down
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
numfig = False

exclude_patterns = [
"doxygen/mainpage.md",
"understand/glossary.md",
'how-to/debugging_env.rst',
"data/env_variables_hip.rst"
"./doxygen/mainpage.md",
"./understand/glossary.md",
'./how-to/debugging_env.rst',
"./reference/env_variables"
]

git_url = subprocess.check_output(['git', 'config', '--get', 'remote.origin.url']).strip().decode('ascii')
Expand Down
278 changes: 0 additions & 278 deletions docs/data/env_variables_hip.rst

This file was deleted.

Loading
Loading