Skip to content

Commit

Permalink
Release v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Aug 20, 2021
1 parent 8abaec2 commit a39c316
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ message(STATUS "Enabled languages: ${languages}")

project(k2 ${languages})

set(K2_VERSION "1.3")
set(K2_VERSION "1.4")

# ----------------- Supported build types for K2 project -----------------
set(ALLOWABLE_BUILD_TYPES Debug Release RelWithDebInfo MinSizeRel)
Expand Down Expand Up @@ -204,6 +204,7 @@ if(K2_WITH_CUDA)
message(WARNING "arch 62/72 are not supported for now")

set(K2_COMPUTE_ARCH_CANDIDATES 35 50 60 61 70 75)
set(K2_COMPUTE_ARCH_CANDIDATES 70)
set(K2_COMPUTE_ARCHS)

foreach(COMPUTE_ARCH IN LISTS K2_COMPUTE_ARCH_CANDIDATES)
Expand Down

0 comments on commit a39c316

Please sign in to comment.