Skip to content

Commit d30b823

Browse files
author
Codex Labs
committedJul 21, 2021
fix
2 parents 3119eef + 20286ac commit d30b823

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "darknet"]
22
path = darknet
3-
url = https://github.com/leggedrobotics/darknet
3+
url = https://github.com/CodexLabsLLC/CodexDarknet.git

‎darknet_ros/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ if (CUDA_FOUND)
2323
CUDA_NVCC_FLAGS
2424
${CUDA_NVCC_FLAGS};
2525
-O3
26+
#-gencode arch=compute_30,code=sm_30
2627
#-gencode arch=compute_35,code=sm_35
2728
-gencode arch=compute_50,code=[sm_50,compute_50]
2829
-gencode arch=compute_52,code=[sm_52,compute_52]
2930
-gencode arch=compute_61,code=sm_61
3031
-gencode arch=compute_62,code=sm_62
3132
-gencode arch=compute_75,code=sm_75
33+
-gencode arch=compute_72,code=sm_72
3234
)
3335
add_definitions(-DGPU)
3436
else()

0 commit comments

Comments
 (0)
Please sign in to comment.