Skip to content

Commit

Permalink
Added CUDA compute capabilities for Jetson Orin
Browse files Browse the repository at this point in the history
  • Loading branch information
mduran-earthrover committed Oct 18, 2023
1 parent 95958b6 commit 228637b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ OS := $(shell uname)
# For Tesla GA10x cards, RTX 3090, RTX 3080, RTX 3070, RTX A6000, RTX A40 uncomment:
# ARCH= -gencode arch=compute_86,code=[sm_86,compute_86]

# For Jetson AGX Orin, Jetson Orin NX, Jetson Orin Nano uncomment:
# ARCH= -gencode arch=compute_87,code=[sm_87,compute_87]


VPATH=./src/
EXEC=darknet
Expand Down

0 comments on commit 228637b

Please sign in to comment.