Merge pull request #3026 from dhiltgen/win_rocm_docs
Doc how to set up ROCm builds on windows
This commit is contained in:
commit
0a7844413c
1 changed files with 7 additions and 0 deletions
|
@ -135,3 +135,10 @@ go build .
|
||||||
In addition to the common Windows development tools described above, install CUDA **AFTER** you install MSVC.
|
In addition to the common Windows development tools described above, install CUDA **AFTER** you install MSVC.
|
||||||
|
|
||||||
- [NVIDIA CUDA](https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html)
|
- [NVIDIA CUDA](https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html)
|
||||||
|
|
||||||
|
|
||||||
|
#### Windows ROCm (AMD Radeon)
|
||||||
|
|
||||||
|
In addition to the common Windows development tools described above, install AMDs HIP package **AFTER** you install MSVC
|
||||||
|
|
||||||
|
- [AMD HIP](https://www.amd.com/en/developer/resources/rocm-hub/hip-sdk.html)
|
Loading…
Add table
Reference in a new issue