Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
b9754b6
Docs: remove virtual_rocr.rst
adeljo-amd Feb 3, 2025
6ba4f06
Fix documentation warnings
neon60 Feb 12, 2025
370ad89
Reformat HIP RTC
neon60 Feb 12, 2025
13b42d8
Docs: Refactor HIP porting guide
MKKnorr Jan 13, 2025
780f798
Docs: Expand HIP porting guide and CUDA driver porting guide
neon60 Feb 13, 2025
4d07b76
Minor fix
neon60 Feb 14, 2025
5defe21
Docs: Update environment variables file
adeljo-amd Feb 14, 2025
f1cca46
Bump rocm-docs-core[api_reference] from 1.15.0 to 1.17.0 in /docs/sphinx
dependabot[bot] Feb 20, 2025
a593bf9
Remove release.md and remove more-info section from readme
neon60 Feb 7, 2025
dcf0971
Docs: Update FP8 page to show both FP8 and FP16 types
adeljo-amd Feb 5, 2025
bd74a06
Bump sphinxcontrib-doxylink from 1.12.4 to 1.13.0 in /docs/sphinx
dependabot[bot] Mar 3, 2025
392ba81
Bump rocm-docs-core[api_reference] from 1.17.0 to 1.17.1 in /docs/sphinx
dependabot[bot] Mar 4, 2025
4b4eb06
Docs: Update math api page
adeljo-amd Jan 24, 2025
6f1733c
Remove external link
neon60 Mar 10, 2025
36f4fac
Update programming model
randyh62 Jan 15, 2025
e69e764
Update docs/understand/programming_model.rst
neon60 Mar 11, 2025
bccb946
Bump rocm-docs-core[api_reference] from 1.17.1 to 1.18.1 in /docs/sphinx
dependabot[bot] Mar 13, 2025
5d6c5fb
Docs: Add page for Complex Math API
adeljo-amd Feb 24, 2025
f3f3584
Docs: Add page about HIP error codes
adeljo-amd Mar 24, 2025
21e296c
Update docs: the compilation cache is enabled by default
jmmartinez Mar 14, 2025
6adac61
Fix fns32 function mask type in doc
neon60 Mar 26, 2025
1bdf6e6
Bump rocm-docs-core[api_reference] from 1.18.1 to 1.18.2 in /docs/sphinx
dependabot[bot] Apr 3, 2025
db37c56
Fix readme link
neon60 Apr 8, 2025
4617c98
Docs: Fix verbose paths generated by doxygen
adeljo-amd Apr 7, 2025
1a4f355
Fix CU and WGP mode effect on warpSize
neon60 Apr 10, 2025
e1b72a3
Use single example for installation tests
neon60 Apr 14, 2025
4c301d7
Update install and build instructions
neon60 Apr 15, 2025
1e86f41
Added not about HIP runtime build on windows
neon60 Apr 29, 2025
68fb07b
Update text
neon60 May 7, 2025
0fa0ec8
Add missing newline character to include/hip/linker_types.h.
ScottTodd May 5, 2025
a6c064b
Add lane masks bit-shift in the porting guide
neon60 Apr 7, 2025
44d9acf
Windows compatibility fixes to FindHIP.cmake.
jammm May 6, 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
20 changes: 14 additions & 6 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ APUs
AQL
AXPY
asm
Asynchronicity
Asynchrony
asynchrony
backtrace
bfloat
Bitcode
bitcode
bitcodes
bitmask
blockDim
blockIdx
builtins
Expand All @@ -24,18 +28,19 @@ coroutines
Ctx
cuBLASLt
cuCtx
CUDA's
CUDA
cuda
cuDNN
cuModule
dataflow
deallocate
decompositions
denormal
Dereferencing
DFT
dll
DirectX
EIGEN
EIGEN's
enqueue
enqueues
entrypoint
Expand All @@ -61,7 +66,6 @@ hardcoded
HC
hcBLAS
HIP-Clang
HIP's
hipcc
hipCtx
hipexamine
Expand All @@ -71,6 +75,7 @@ hipModule
hipModuleLaunchKernel
hipother
HIPRTC
hyperthreading
icc
IILE
iGPU
Expand All @@ -91,7 +96,6 @@ iteratively
Lapack
latencies
libc
libhipcxx
libstdc
lifecycle
linearizing
Expand All @@ -116,6 +120,7 @@ NDRange
nonnegative
NOP
Numa
ns
Nsight
ocp
omnitrace
Expand All @@ -124,6 +129,7 @@ overindexing
oversubscription
overutilized
parallelizable
pipelining
parallelized
pixelated
pragmas
Expand All @@ -142,7 +148,6 @@ quad
representable
RMW
rocgdb
ROCm's
rocTX
roundtrip
rst
Expand All @@ -155,10 +160,10 @@ sceneries
shaders
SIMT
sinewave
sinf
SOMA
SPMV
structs
struct's
SYCL
syntaxes
texel
Expand All @@ -169,8 +174,11 @@ templated
toolkits
transfering
typedefs
ULP
ULPs
unintuitive
UMM
uncoalesced
unmap
unmapped
unmapping
Expand Down
29 changes: 1 addition & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,33 +36,6 @@ HIP releases are typically naming convention for each ROCM release to help diffe
* rocm x.yy: These are the stable releases based on the ROCM release.
This type of release is typically made once a month.*

## More Info

* [Installation](docs/install/install.rst)
* [HIP FAQ](docs/faq.rst)
* [HIP C++ Language Extensions](docs/reference/cpp_language_extensions.rst)
* [HIP Porting Guide](docs/how-to/hip_porting_guide.md)
* [HIP Porting Driver Guide](docs/how-to/hip_porting_driver_api.rst)
* [HIP Programming Guide](docs/programming_guide.rst)
* [HIP Logging](docs/how-to/logging.rst)
* [Building HIP From Source](docs/install/build.rst)
* [HIP Debugging](docs/how-to/debugging.rst)
* [HIP RTC](docs/how-to/hip_rtc.md)
* [HIP Terminology](docs/reference/terms.md) (including Rosetta Stone of GPU computing terms across CUDA/HIP/OpenCL)
* [HIPIFY](https://github.com/ROCm/HIPIFY/blob/amd-staging/README.md)
* Supported CUDA APIs:
* [Runtime API](https://github.com/ROCm/HIPIFY/blob/amd-staging/docs/reference/tables/CUDA_Runtime_API_functions_supported_by_HIP.md)
* [Driver API](https://github.com/ROCm/HIPIFY/blob/amd-staging/docs/reference/tables/CUDA_Driver_API_functions_supported_by_HIP.md)
* [cuComplex API](https://github.com/ROCm/HIPIFY/blob/amd-staging/reference/docs/tables/cuComplex_API_supported_by_HIP.md)
* [Device API](https://github.com/ROCm/HIPIFY/blob/amd-staging/docs/reference/tables/CUDA_Device_API_supported_by_HIP.md)
* [cuBLAS](https://github.com/ROCm/HIPIFY/blob/amd-staging/docs/reference/tables/CUBLAS_API_supported_by_ROC.md)
* [cuRAND](https://github.com/ROCm/HIPIFY/blob/amd-staging/docs/reference/tables/CURAND_API_supported_by_HIP.md)
* [cuDNN](https://github.com/ROCm/HIPIFY/blob/amd-staging/docs/reference/tables/CUDNN_API_supported_by_HIP.md)
* [cuFFT](https://github.com/ROCm/HIPIFY/blob/amd-staging/docs/reference/tables/CUFFT_API_supported_by_HIP.md)
* [cuSPARSE](https://github.com/ROCm/HIPIFY/blob/amd-staging/docs/reference/tables/CUSPARSE_API_supported_by_HIP.md)
* [Developer/CONTRIBUTING Info](CONTRIBUTING.md)
* [Release Notes](RELEASE.md)

## How do I get set up?

See the [Installation](docs/install/install.rst) notes.
Expand Down Expand Up @@ -91,7 +64,7 @@ hipMemcpy(C_h, C_d, Nbytes, hipMemcpyDeviceToHost);

The HIP kernel language defines builtins for determining grid and block coordinates, math functions, short vectors,
atomics, and timer functions.
It also specifies additional defines and keywords for function types, address spaces, and optimization controls (See the [HIP C++ Language Extensions](docs/reference/cpp_language_extensions.rst) for a full description).
It also specifies additional defines and keywords for function types, address spaces, and optimization controls (See the [HIP C++ Language Extensions](docs/how-to/hip_cpp_language_extensions.rst) for a full description).
Here's an example of defining a simple 'vector_square' kernel.

```cpp
Expand Down
216 changes: 0 additions & 216 deletions RELEASE.md

This file was deleted.

Loading