Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Add a few more env variables #3766

Open
wants to merge 18 commits into
base: docs/develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
18 changes: 12 additions & 6 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ APUs
AQL
AXPY
asm
Asynchronicity
Asynchrony
asynchrony
backtrace
bfloat
Bitcode
bitcode
bitcodes
Expand All @@ -24,7 +27,8 @@ coroutines
Ctx
cuBLASLt
cuCtx
CUDA's
CUDA
cuda
cuDNN
cuModule
dataflow
Expand All @@ -35,7 +39,6 @@ Dereferencing
dll
DirectX
EIGEN
EIGEN's
enqueue
enqueues
entrypoint
Expand All @@ -61,7 +64,6 @@ hardcoded
HC
hcBLAS
HIP-Clang
HIP's
hipcc
hipCtx
hipexamine
Expand All @@ -71,6 +73,7 @@ hipModule
hipModuleLaunchKernel
hipother
HIPRTC
hyperthreading
icc
IILE
iGPU
Expand All @@ -91,7 +94,6 @@ iteratively
Lapack
latencies
libc
libhipcxx
libstdc
lifecycle
linearizing
Expand All @@ -116,6 +118,7 @@ NDRange
nonnegative
NOP
Numa
ns
Nsight
ocp
omnitrace
Expand All @@ -124,6 +127,7 @@ overindexing
oversubscription
overutilized
parallelizable
pipelining
parallelized
pixelated
pragmas
Expand All @@ -142,7 +146,6 @@ quad
representable
RMW
rocgdb
ROCm's
rocTX
roundtrip
rst
Expand All @@ -155,10 +158,10 @@ sceneries
shaders
SIMT
sinewave
sinf
SOMA
SPMV
structs
struct's
SYCL
syntaxes
texel
Expand All @@ -169,8 +172,11 @@ templated
toolkits
transfering
typedefs
ULP
ULPs
unintuitive
UMM
uncoalesced
unmap
unmapped
unmapping
Expand Down
27 changes: 0 additions & 27 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
216 changes: 0 additions & 216 deletions RELEASE.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
"understand/glossary.md",
'how-to/debugging_env.rst',
"data/env_variables_hip.rst"
]
]
Loading