Skip to content

Commit

Permalink
use latest cuco with insert_or_apply CAS fix (#646)
Browse files Browse the repository at this point in the history
This PR fetches latest **cuco** with a fix in `insert_or_apply` for **static_map** that solves CAS bug when `value_type size > 8`.
This PR just has one commit update and it is **non-breaking**, as this is a new feature and not used anywhere else.

Authors:
  - Srinivas Yadav (https://github.com/srinivasyadav18)

Approvers:
  - Robert Maynard (https://github.com/robertmaynard)

URL: #646
  • Loading branch information
srinivasyadav18 authored Jul 19, 2024
1 parent fddf1c0 commit c7fece3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rapids-cmake/cpm/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"git_shallow": false,
"always_download": true,
"git_url": "https://github.com/NVIDIA/cuCollections.git",
"git_tag": "e7b5a389b823bebe465cefe63ad7b0e95f7fb450"
"git_tag": "ee5c10456c7ad584c254152411ba3dc114537a6f"
},
"fmt": {
"version": "10.1.1",
Expand Down

0 comments on commit c7fece3

Please sign in to comment.