From 2e9a20ab1254f8be72e2f1cdff306fe8f04edadc Mon Sep 17 00:00:00 2001 From: Lisa Delaney Date: Mon, 4 Mar 2024 15:28:07 -0700 Subject: [PATCH] fix links --- CHANGELOG.md | 2 +- docs/what-is-rocm.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf45bfc48..5103e55367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -344,7 +344,7 @@ Note: These complex operations are equivalent to corresponding types/functions o * `HIP_ROCclr` * NVIDIA platform * `HIP_PLATFORM_NVCC` -* The [hcc_detail](https://github.com/ROCm/clr/tree/1949b1621a802ffb1492616adbae6154bfbe64ef/hipamd/include/hip/hcc_detail) and [nvcc_detail](https://github.com/ROCm/clr/tree/1949b1621a802ffb1492616adbae6154bfbe64ef/hipamd/include/hips/nvcc_detail) directories in the clr repository are removed. +* The `hcc_detail` and `nvcc_detail` directories in the clr repository are removed. * Deprecated gcnArch is removed from hip device struct `hipDeviceProp_t`. * Deprecated `enum hipMemoryType memoryType;` is removed from HIP struct `hipPointerAttribute_t` union. diff --git a/docs/what-is-rocm.rst b/docs/what-is-rocm.rst index b4717b0816..d059e8edca 100644 --- a/docs/what-is-rocm.rst +++ b/docs/what-is-rocm.rst @@ -59,7 +59,7 @@ see :doc:`ROCm licensing <./about/license>`. "`RocBandwidthTest `_ ", "Tool", "Captures the performance characteristics of buffer copying and kernel read/write operations" ":doc:`rocBLAS `", "Library (math)", "BLAS implementation (in the HIP programming language) on the ROCm runtime and toolchains" ":doc:`rocFFT `", "Library (math)", "Software library for computing fast Fourier transforms (FFTs) written in HIP" - "`ROCmCC <./reference/rocmcc.md>`_ ", "Tool", "Clang/LLVM-based compiler" + ":doc:`ROCmCC <./reference/rocmcc>`", "Tool", "Clang/LLVM-based compiler" "`ROCm CMake `_ ", "Tool", "Collection of CMake modules for common build and development tasks" ":doc:`ROCm Data Center Tool `", "Tool", "Simplifies administration and addresses key infrastructure challenges in AMD GPUs in cluster and data-center environments" "`ROCm Debug Agent (ROCdebug-agent) `_ ", "Tool", "Prints the state of all AMD GPU wavefronts that caused a queue error by sending a SIGQUIT signal to the process while the program is running"