From 5424de50a1ccefcb25d689bdaff01473afbe7c90 Mon Sep 17 00:00:00 2001 From: Adam Duskett Date: Tue, 19 May 2026 10:24:11 +0200 Subject: [PATCH] add a note about agx orin The AGX Orin is sm_87 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 65e0529..a59739e 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ LDFLAGS = -lpthread # Jetson Xavier NX: 72 # Jetson AGX Xavier: 72 # Jetson TX2: 62 +# Jetson AGX Orin: 87 # Please adjust according to your Jetson model ARCH = -arch=sm_53 @@ -35,4 +36,4 @@ $(TARGET): $(SOURCES) clean: rm -f $(TARGET) -.PHONY: all clean \ No newline at end of file +.PHONY: all clean