From 9dc2d58086a274951f3c0cc5a2329c4e62f2ec20 Mon Sep 17 00:00:00 2001 From: Yunsong Wang Date: Fri, 12 May 2023 14:11:52 -0700 Subject: [PATCH] Update cuco git tag to fetch several bug fixes (#412) This is a follow-up PR of #407. It fetches the latest cuco that fixes several bugs uncovered during libcudf integration. https://github.com/rapidsai/cudf/pull/13343 verified this won't break cudf. Authors: - Yunsong Wang (https://github.com/PointKernel) Approvers: - Bradley Dice (https://github.com/bdice) URL: https://github.com/rapidsai/rapids-cmake/pull/412 --- rapids-cmake/cpm/versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids-cmake/cpm/versions.json b/rapids-cmake/cpm/versions.json index 546ff626..6276356a 100644 --- a/rapids-cmake/cpm/versions.json +++ b/rapids-cmake/cpm/versions.json @@ -5,7 +5,7 @@ "version" : "0.0.1", "git_shallow" : false, "git_url" : "https://github.com/NVIDIA/cuCollections.git", - "git_tag" : "a371904f50a0553346407f163a9ad14275d2aee9" + "git_tag" : "546ca606a17f480fa9d58d1752cce2aad6575bc4" }, "fmt" : { "version" : "9.1.0",