Skip to content

Commit

Permalink
SWDEV-398297 - correct dead link in rocm 5.6
Browse files Browse the repository at this point in the history
Change-Id: I97dfb0fa3311891e84641ea5f4bda3911eaa4313
  • Loading branch information
jujiang-del committed Jun 12, 2023
1 parent 4e9d38d commit 222554f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ HIP releases are typically naming convention for each ROCM release to help diffe
- [HIP Kernel Language](docs/reference/kernel_language.md)
- [HIP Porting Guide](docs/user_guide/hip_porting_guide.md)
- [HIP Porting Driver Guide](docs/user_guide/hip_porting_driver_api.md)
- [HIP Programming Guide](ddocs/user_guide/programming_manual.md)
- [HIP Programming Guide](docs/user_guide/programming_manual.md)
- [HIP Logging ](docs/developer_guide/logging.md)
- [Building HIP From Source](docs/developer_guide/build.md)
- [HIP Debugging ](docs/how_to_guides/debugging.md)
Expand Down
7 changes: 4 additions & 3 deletions docs/how_to_guides/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,15 @@ apt-get install hip-runtime-nvidia hip-dev

# Verify your installation

Run hipconfig (instructions below assume default installation path) :
```shell
Run hipconfig (instructions below assume default installation path):
```
/opt/rocm/bin/hipconfig --full
```

# How to build HIP from source

Developers can build HIP from source on either AMD or NVIDIA platforms, see
detailed instructions at {doc}`/developer_guide/build`
detailed instructions at [building HIP from source](../developer_guide/build.md).



2 changes: 1 addition & 1 deletion docs/user_guide/programming_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,4 @@ Here is an example to create and use static libraries:
hipcc libHipDevice.a test.cpp -fgpu-rdc -o test.out
```

For more information, please see samples/2_Cookbook/15_static_library/host_functions and samples/2_Cookbook/15_static_library/device_functions.
For more information, please see [HIP samples](https://github.com/ROCm-Developer-Tools/hip-tests/tree/rocm-5.5.x/samples/2_Cookbook/15_static_library/host_functions) and [samples](https://github.com/ROCm-Developer-Tools/hip-tests/tree/rocm-5.5.x/samples/2_Cookbook/15_static_library/device_functions).

0 comments on commit 222554f

Please sign in to comment.