diff --git a/docs/hipify-clang.md b/docs/hipify-clang.md index 4e437667..59da4bd4 100644 --- a/docs/hipify-clang.md +++ b/docs/hipify-clang.md @@ -337,7 +337,7 @@ Run `Visual Studio 17 2022`, open the generated `LLVM.sln`, build all, build pro - ***Linux***: `-DCUDA_DNN_ROOT_DIR=/usr/include` - - ***Windows***: `-DCUDA_DNN_ROOT_DIR=d:/CUDNN/cudnn-12.1-windows-x64-v8.9.2` + - ***Windows***: `-DCUDA_DNN_ROOT_DIR=d:/CUDNN/cudnn-12.2-windows-x64-v8.9.3` 5. Ensure [`CUB`](https://github.com/NVlabs/cub) of the version corresponding to CUDA's version is installed. @@ -389,7 +389,7 @@ Ubuntu 14: LLVM 4.0.0 - 7.1.0, CUDA 7.0 - 9.0, cuDNN 5.0.5 - 7.6.5 Ubuntu 16-18: LLVM 8.0.0 - 14.0.6, CUDA 8.0 - 10.2, cuDNN 5.1.10 - 8.0.5 -Ubuntu 20-21: LLVM 9.0.0 - 16.0.6, CUDA 8.0 - 12.2.0, cuDNN 5.1.10 - 8.9.2 +Ubuntu 20-21: LLVM 9.0.0 - 16.0.6, CUDA 8.0 - 12.2.0, cuDNN 5.1.10 - 8.9.3 Minimum build system requirements for the above configurations: @@ -576,8 +576,8 @@ Testing Time: 7.90s | 12.0.0 - 13.0.1 | 7.0 - 11.5.1 | 7.6.5 - 8.3.2 | 2017.15.9.43, 2019.16.11.9 | 3.22.2 | 3.10.2 | | 14.0.0 - 14.0.6 | 7.0 - 11.7.1 | 8.0.5 - 8.4.1 | 2017.15.9.49, 2019.16.11.17, 2022.17.2.6 | 3.24.0 | 3.10.6 | | 15.0.0 - 15.0.7 | 7.0 - 11.8.0 | 8.0.5 - 8.8.1 | 2017.15.9.53, 2019.16.11.25, 2022.17.5.2 | 3.26.0 | 3.11.2 | -| 16.0.0 - 16.0.6 | 7.0 - 12.2.0 | 8.0.5 - 8.9.2 | 2017.15.9.55, 2019.16.11.27, 2022.17.6.4 | 3.26.4 | 3.11.4 | -| 17.0.0git | 7.0 - 12.2.0 | 8.0.5 - 8.9.2 | 2017.15.9.55, 2019.16.11.27, 2022.17.6.4 | 3.26.4 | 3.11.4 | +| 16.0.0 - 16.0.6 | 7.0 - 12.2.0 | 8.0.5 - 8.9.3 | 2017.15.9.55, 2019.16.11.27, 2022.17.6.4 | 3.26.4 | 3.11.4 | +| 17.0.0git | 7.0 - 12.2.0 | 8.0.5 - 8.9.3 | 2017.15.9.55, 2019.16.11.27, 2022.17.6.4 | 3.26.4 | 3.11.4 | *Building with testing support by `Visual Studio 17 2022` on `Windows 10`:* @@ -592,7 +592,7 @@ cmake -DCMAKE_PREFIX_PATH=d:/LLVM/16.0.6/dist \ -DCUDA_TOOLKIT_ROOT_DIR="c:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.2" \ -DCUDA_SDK_ROOT_DIR="c:/ProgramData/NVIDIA Corporation/CUDA Samples/v12.2" \ - -DCUDA_DNN_ROOT_DIR=d:/CUDNN/cudnn-12.2-windows-x64-v8.9.2 \ + -DCUDA_DNN_ROOT_DIR=d:/CUDNN/cudnn-12.2-windows-x64-v8.9.3 \ -DCUDA_CUB_ROOT_DIR=d:/GIT/cub \ -DLLVM_EXTERNAL_LIT=d:/LLVM/16.0.6/build/Release/bin/llvm-lit.py \ ../hipify