Skip to content

Commit 30de38d

Browse files
authored
Move to the upstream CV-CUDA 0.4 (NVIDIA#5032)
- moves to the upstream version of the CV-CUDA v0.4 - utilizes CV_CUDA_SRC_PATERN to build only relevant for DALI CV-CUDA ops Signed-off-by: Janusz Lisiecki <[email protected]>
1 parent 8378153 commit 30de38d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
url = https://github.com/cocodataset/cocoapi
2929
[submodule "third_party/cvcuda"]
3030
path = third_party/cvcuda
31-
url = https://github.com/JanuszL/CV-CUDA.git
31+
url = https://github.com/CVCUDA/CV-CUDA.git

cmake/Dependencies.common.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ endif()
263263
if (BUILD_CVCUDA)
264264
set(DALI_BUILD_PYTHON ${BUILD_PYTHON})
265265
set(BUILD_PYTHON OFF)
266+
# for now we use only median blur from CV-CUDA
267+
set(CV_CUDA_SRC_PATERN medianblur median_blur)
266268
check_and_add_cmake_submodule(${PROJECT_SOURCE_DIR}/third_party/cvcuda)
267269
list(APPEND DALI_LIBS cvcuda nvcv_types)
268270
set(BUILD_PYTHON ${DALI_BUILD_PYTHON})

third_party/cvcuda

Submodule cvcuda updated 304 files

0 commit comments

Comments
 (0)