diff --git a/CHANGELOG.md b/CHANGELOG.md index 60055551d..3d4b3ec11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1680,7 +1680,7 @@ the GPU in heterogeneous applications. Ideally, developers should treat heteroge OpenMP applications like pure CPU applications. However, this simplicity has not been achieved yet. Refer to the documentation on LLVM ASan with the GPU at -[LLVM AddressSanitizer User Guide](../conceptual/using-gpu-sanitizer.md). +{doc}`LLVM AddressSanitizer User Guide`. :::{note} The beta release of LLVM ASan for ROCm is currently tested and validated on Ubuntu 20.04. @@ -6617,7 +6617,7 @@ This fix may lead to breakage in some OpenMP offload use cases, which use print and result in an abort in device code. The issue will be fixed in a future release. ::: -The compatibility matrix in the [Deep-learning guide](./how-to/deep-learning-rocm.md) is updated for +The compatibility matrix in the {doc}`Deep-learning guide` is updated for ROCm v5.0.2. ### Library changes in ROCM 5.0.2 diff --git a/docs/conf.py b/docs/conf.py index 2c27567d1..470fa8275 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -87,7 +87,7 @@ article_pages = [ {"file":"rocm-a-z", "os":["linux", "windows"]}, ] -exclude_patterns = ['temp'] +exclude_patterns = ['temp', 'release/versions.md'] external_toc_path = "./sphinx/_toc.yml"