From 5e878ed96fe6c05b88f7978f50d73a16f4b8a65e Mon Sep 17 00:00:00 2001 From: Scheaven <xuepengqiang> Date: 星期二, 27 七月 2021 17:11:20 +0800 Subject: [PATCH] update --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f92f33..f195a47 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ set(LIBS nvinfer nvparsers nvonnxparser nvinfer_plugin stdc++fs jsoncpp log4cplus) if(NOT DEFINED CMAKE_CUDA_ARCHITECTURES) - set(CMAKE_CUDA_ARCHITECTURES 61 75 80) + set(CMAKE_CUDA_ARCHITECTURES 61 75 72 80) endif(NOT DEFINED CMAKE_CUDA_ARCHITECTURES) -- Gitblit v1.8.0