Skip to content

Commit 69aa101

Browse files
committed
update ncnn
1 parent a75cf29 commit 69aa101

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/CMakeLists.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ project(rife-ncnn-vulkan)
66

77
cmake_minimum_required(VERSION 3.9)
88

9-
set(CMAKE_BUILD_TYPE Release)
9+
if(NOT CMAKE_BUILD_TYPE)
10+
set(CMAKE_BUILD_TYPE release CACHE STRING "Choose the type of build" FORCE)
11+
endif()
1012

1113
option(USE_SYSTEM_NCNN "build with system libncnn" OFF)
1214
option(USE_SYSTEM_WEBP "build with system libwebp" OFF)
@@ -197,6 +199,8 @@ if(NOT USE_SYSTEM_NCNN)
197199
option(WITH_LAYER_deconvolutiondepthwise1d "" OFF)
198200
option(WITH_LAYER_deconvolution3d "" OFF)
199201
option(WITH_LAYER_deconvolutiondepthwise3d "" OFF)
202+
option(WITH_LAYER_einsum "" OFF)
203+
option(WITH_LAYER_deformableconv2d "" OFF)
200204

201205
add_subdirectory(ncnn)
202206
endif()

src/ncnn

Submodule ncnn updated 992 files

0 commit comments

Comments
 (0)