Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Joaquin Anton Guirao <[email protected]>
  • Loading branch information
jantonguirao committed Jan 15, 2025
1 parent a0a759e commit b9e4492
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/CUDA_utils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion docs/support_matrix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ Supported NVIDIA hardware, CUDA, OS, and CUDA driver
| - Turing | | see `enhanced CUDA compatibility guide <https://docs.nvidia.com/deploy/cuda-compatibility/index.html#enhanced-compat-minor-releases>`__ | - RHEL 8 | | | | |
| - Volta | | | - and other `PEP599 - The manylinux2014 Platform Tag <https://www.python.org/dev/peps/pep-0599/>`__ 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 <jetson build>` |
| - 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 <jetson build>` |
| | | - 12.2 (Jetpack 6) | - Jetpack 6.0 | | Jetpack 6.0 | - Jetpack 6.0 | |
+----------------------------------+---------------+-----------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------+-------------------------+---------------------+--------------------+---------------------------------------------------------------+

0 comments on commit b9e4492

Please sign in to comment.