From 96447ebc7ebce1b515602a20e5e883a0474b8221 Mon Sep 17 00:00:00 2001 From: Evgeny Mankov Date: Thu, 13 Feb 2025 13:14:56 +0100 Subject: [PATCH] [HIPIFY][DNN][doc] `cuDNN 9.7.1` is the latest supported version --- docs/building/building-hipify.rst | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/building/building-hipify.rst b/docs/building/building-hipify.rst index d3adff27..35da02ca 100644 --- a/docs/building/building-hipify.rst +++ b/docs/building/building-hipify.rst @@ -148,7 +148,7 @@ LLVM >= 10.0.0 .. code-block:: shell - -DCUDA_DNN_ROOT_DIR=D:/CUDA/cuDNN/9.7.0 + -DCUDA_DNN_ROOT_DIR=D:/CUDA/cuDNN/9.7.1 6. [Optional] Install `CUB 1.9.8 `_ for ``CUDA < 11.0`` only; for ``CUDA >= 11.0``, the CUB shipped with CUDA will be used for testing. @@ -281,8 +281,8 @@ Linux testing On Linux, the following configurations are tested: -* Ubuntu 22-23: LLVM 13.0.0 - 19.1.7, CUDA 7.0 - 12.6.3, cuDNN 8.0.5 - 9.7.0, cuTensor 1.0.1.0 - 2.1.0.9 -* Ubuntu 20-21: LLVM 9.0.0 - 19.1.7, CUDA 7.0 - 12.6.3, cuDNN 5.1.10 - 9.7.0, cuTensor 1.0.1.0 - 2.1.0.9 +* Ubuntu 22-23: LLVM 13.0.0 - 19.1.7, CUDA 7.0 - 12.6.3, cuDNN 8.0.5 - 9.7.1, cuTensor 1.0.1.0 - 2.1.0.9 +* Ubuntu 20-21: LLVM 9.0.0 - 19.1.7, CUDA 7.0 - 12.6.3, cuDNN 5.1.10 - 9.7.1, cuTensor 1.0.1.0 - 2.1.0.9 * Ubuntu 16-19: LLVM 8.0.0 - 14.0.6, CUDA 7.0 - 10.2, cuDNN 5.1.10 - 8.0.5 * Ubuntu 14: LLVM 4.0.0 - 7.1.0, CUDA 7.0 - 9.0, cuDNN 5.0.5 - 7.6.5 @@ -304,7 +304,7 @@ Here's how to build ``hipify-clang`` with testing support on ``Ubuntu 23.10.01`` -DCMAKE_INSTALL_PREFIX=../dist \ -DCMAKE_PREFIX_PATH=/usr/llvm/19.1.7/dist \ -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-12.6.3 \ - -DCUDA_DNN_ROOT_DIR=/usr/local/cudnn-9.7.0 \ + -DCUDA_DNN_ROOT_DIR=/usr/local/cudnn-9.7.1 \ -DCUDA_TENSOR_ROOT_DIR=/usr/local/cutensor-2.1.0.9 \ -DLLVM_EXTERNAL_LIT=/usr/llvm/19.1.7/build/bin/llvm-lit \ ../hipify @@ -344,7 +344,7 @@ The corresponding successful output is: -- Initial CUDA to configure: -- - CUDA Toolkit path : /usr/local/cuda-12.6.3 -- - CUDA Samples path : - -- - cuDNN path : /usr/local/cudnn-9.7.0 + -- - cuDNN path : /usr/local/cudnn-9.7.1 -- - cuTENSOR path : /usr/local/cuTensor/2.1.0.9 -- - CUB path : -- Found CUDAToolkit: /usr/local/cuda-12.6.3/targets/x86_64-linux/include (found version "12.6.85") @@ -354,7 +354,7 @@ The corresponding successful output is: -- Found CUDA config: -- - CUDA Toolkit path : /usr/local/cuda-12.6.3 -- - CUDA Samples path : OFF - -- - cuDNN path : /usr/local/cudnn-9.7.0 + -- - cuDNN path : /usr/local/cudnn-9.7.1 -- - CUB path : /usr/local/cuda-12.6.3/include/cub -- - cuTENSOR path : /usr/local/cuTensor/2.1.0.9 -- Configuring done (0.6s) @@ -468,13 +468,13 @@ Tested configurations: - ``3.11.4`` * - ``17.0.1`` :sup:`6` - ``18.1.8`` :sup:`7` - ``7.0 - 12.3.2`` - - ``8.0.5 - 9.7.0`` + - ``8.0.5 - 9.7.1`` - ``2019.16.11.42, 2022.17.12.3`` - ``3.31.2`` - ``3.13.2`` * - ``19.1.0 - 19.1.7`` - ``7.0 - 12.6.3`` - - ``8.0.5 - 9.7.0`` + - ``8.0.5 - 9.7.1`` - ``2019.16.11.42, 2022.17.12.3`` - ``3.31.2`` - ``3.13.2`` @@ -505,7 +505,7 @@ Building with testing support using ``Visual Studio 17 2022`` on ``Windows 11``: -DCMAKE_PREFIX_PATH=D:/LLVM/19.1.7/dist \ -DCUDA_TOOLKIT_ROOT_DIR="C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6" \ -DCUDA_SDK_ROOT_DIR="C:/ProgramData/NVIDIA Corporation/CUDA Samples/v12.5" \ - -DCUDA_DNN_ROOT_DIR=D:/CUDA/cuDNN/9.7.0 \ + -DCUDA_DNN_ROOT_DIR=D:/CUDA/cuDNN/9.7.1 \ -DCUDA_TENSOR_ROOT_DIR=D:/CUDA/cuTensor/2.1.0.9 \ -DLLVM_EXTERNAL_LIT=D:/LLVM/19.1.7/build/Release/bin/llvm-lit.py \ ../hipify @@ -544,14 +544,14 @@ The corresponding successful output is: -- Initial CUDA to configure: -- - CUDA Toolkit path : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6 -- - CUDA Samples path : C:/ProgramData/NVIDIA Corporation/CUDA Samples/v12.5 - -- - cuDNN path : D:/CUDA/cuDNN/9.7.0 + -- - cuDNN path : D:/CUDA/cuDNN/9.7.1 -- - cuTENSOR path : D:/CUDA/cuTensor/2.1.0.9 -- - CUB path : -- Found CUDAToolkit: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6/include (found version "12.6.85") -- Found CUDA config: -- - CUDA Toolkit path : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6 -- - CUDA Samples path : C:/ProgramData/NVIDIA Corporation/CUDA Samples/v12.5 - -- - cuDNN path : D:/CUDA/cuDNN/9.7.0 + -- - cuDNN path : D:/CUDA/cuDNN/9.7.1 -- - cuTENSOR path : D:/CUDA/cuTensor/2.1.0.9 -- - CUB path : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6/include/cub -- Configuring done (4.4s)