From 17bcaef4117933430d2d765573ff3605b7afd408 Mon Sep 17 00:00:00 2001 From: Chen Weihang Date: Fri, 21 Aug 2020 15:06:10 +0800 Subject: [PATCH] Revert "update cub to 1.9.8, test=develop (#24895)" (#26504) This reverts commit 0cb0318253a8372ce292822f6ed5513a1e20d30f. --- cmake/external/cub.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/external/cub.cmake b/cmake/external/cub.cmake index 4a343b2c6af..6f790f1af8e 100644 --- a/cmake/external/cub.cmake +++ b/cmake/external/cub.cmake @@ -17,7 +17,7 @@ include(ExternalProject) set(CUB_PREFIX_DIR ${THIRD_PARTY_PATH}/cub) set(CUB_SOURCE_DIR ${THIRD_PARTY_PATH}/cub/src/extern_cub) set(CUB_REPOSITORY https://github.com/NVlabs/cub.git) -set(CUB_TAG 1.9.8) +set(CUB_TAG 1.8.0) cache_third_party(extern_cub REPOSITORY ${CUB_REPOSITORY} -- GitLab