We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e19af commit b3e4571Copy full SHA for b3e4571
cmake/cuda.cmake
@@ -6,6 +6,7 @@ if(WITH_NV_JETSON)
6
add_definitions(-DWITH_NV_JETSON)
7
set(paddle_known_gpu_archs "53 62 72")
8
set(paddle_known_gpu_archs10 "53 62 72")
9
+ set(paddle_known_gpu_archs11 "53 62 72")
10
elseif(NEW_RELEASE_ALL)
11
message("Using New Release Strategy - All Arches Packge")
12
add_definitions(-DNEW_RELEASE_ALL)
0 commit comments