Skip to content

Commit

Permalink
Adding gencode for Orin
Browse files Browse the repository at this point in the history
Signed-off-by: wallentx <william.allentx@gmail.com>
  • Loading branch information
wallentx committed Jul 27, 2023
1 parent 446af95 commit e5fb865
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,9 @@ set(cuda_archs
$<${is_cuda_release}:
-gencode=arch=compute_52,code=sm_52 # Maxwell
-gencode=arch=compute_61,code=sm_61 # Pascal
-gencode=arch=compute_70,code=sm_70 # Volta
-gencode=arch=compute_70,code=sm_70 # Volta
-gencode=arch=compute_86,code=sm_86 # Ampere
-gencode=arch=compute_87,code=sm_87 # Orin
-gencode=arch=compute_89,code=sm_89 # Ada
>

Expand Down

0 comments on commit e5fb865

Please sign in to comment.