From b9e449214830f063d354f6fef4926a7702dbd6c8 Mon Sep 17 00:00:00 2001 From: Joaquin Anton Guirao Date: Wed, 15 Jan 2025 13:08:46 +0100 Subject: [PATCH] Fixes Signed-off-by: Joaquin Anton Guirao --- cmake/CUDA_utils.cmake | 2 +- docs/support_matrix.rst | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cmake/CUDA_utils.cmake b/cmake/CUDA_utils.cmake index a8c4397961c..508f9b7f61f 100644 --- a/cmake/CUDA_utils.cmake +++ b/cmake/CUDA_utils.cmake @@ -40,7 +40,7 @@ endfunction() # List of currently used arch values if (${ARCH} MATCHES "aarch64-") # aarch64-linux - set(CUDA_known_archs "72" "75" "87" "90a") + set(CUDA_known_archs "53" "62" "72" "75" "87" "90a") elseif (${ARCH} MATCHES "aarch64") # aarch64 SBSA, only >=Volta # from the whole list/; "70" "75" "80" "86" diff --git a/docs/support_matrix.rst b/docs/support_matrix.rst index aab1698cfa1..217515b956f 100644 --- a/docs/support_matrix.rst +++ b/docs/support_matrix.rst @@ -35,5 +35,6 @@ Supported NVIDIA hardware, CUDA, OS, and CUDA driver | - Turing | | see `enhanced CUDA compatibility guide `__ | - RHEL 8 | | | | | | - Volta | | | - and other `PEP599 - The manylinux2014 Platform Tag `__ compatible | | | | | +----------------------------------+---------------+-----------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------+-------------------------+---------------------+--------------------+---------------------------------------------------------------+ - | - Tegra | Not Available | 12.2 | Jetpack 5.0.2 | SM 5.3 and later | Jetpack 5.0.2 | Jetpack 5.0.2 | - :ref:`Python wheel can be build from source ` | + | - Tegra | Not Available | - 11.8 (Jetpack 5) | - Jetpack 5.0.2 | SM 5.3 and later | Jetpack 5.0.2 | - Jetpack 5.0.2 | - :ref:`Python wheel can be build from source ` | + | | | - 12.2 (Jetpack 6) | - Jetpack 6.0 | | Jetpack 6.0 | - Jetpack 6.0 | | +----------------------------------+---------------+-----------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------+-------------------------+---------------------+--------------------+---------------------------------------------------------------+