From 43ac1fa224066a3098c2a0f3226e4bd9951d29a0 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Thu, 19 Oct 2023 02:11:37 +0300 Subject: [PATCH] [Doc] fix: update guides locations (#2456) --- README.md | 4 ++-- docs/install.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 870e7d49c1..59d83244e3 100755 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ The script `utils/install_precompiled_kernels.sh` provided as part of MIOpen aut The above script depends on the __rocminfo__ package to query the GPU architecture. -More info can be found [here](https://github.com/ROCmSoftwarePlatform/MIOpen/blob/develop/doc/src/cache.md#installing-pre-compiled-kernels). +More info can be found [here](https://github.com/ROCmSoftwarePlatform/MIOpen/blob/develop/docs/cache.md#installing-pre-compiled-kernels). ## Installing the dependencies @@ -321,5 +321,5 @@ MIOpen's paper is freely available and can be accessed on arXiv: ## Porting from cuDNN to MIOpen The [porting -guide](https://github.com/ROCmSoftwarePlatform/MIOpen/tree/develop/doc/src/MIOpen_Porting_Guide.md) +guide](https://github.com/ROCmSoftwarePlatform/MIOpen/tree/develop/docs/MIOpen_Porting_Guide.md) highlights the key differences between the current cuDNN and MIOpen APIs. diff --git a/docs/install.md b/docs/install.md index 81fa5a075a..0932cd2563 100644 --- a/docs/install.md +++ b/docs/install.md @@ -56,7 +56,7 @@ The script `utils/install_precompiled_kernels.sh` provided as part of MIOpen aut The above script depends on the __rocminfo__ package to query the GPU architecture. -More info can be found [here](https://github.com/ROCmSoftwarePlatform/MIOpen/blob/develop/doc/src/cache.md#installing-pre-compiled-kernels). +More info can be found [here](https://github.com/ROCmSoftwarePlatform/MIOpen/blob/develop/docs/cache.md#installing-pre-compiled-kernels). ## Installing the dependencies