Skip to content

Commit

Permalink
[Doc] fix: update guides locations (#2456)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuel-ferdman authored Oct 18, 2023
1 parent 8177d2d commit 43ac1fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 43ac1fa

Please sign in to comment.