Skip to content

Commit

Permalink
Update godbolt link
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Jul 3, 2024
1 parent a19b662 commit 7e9bee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ We plan to add many GPU-accelerated, concurrent data structures to `cuCollection
`cuco::static_multimap` is a fixed-size hash table that supports storing equivalent keys. It uses double hashing by default and supports switching to linear probing. See the Doxygen documentation in `static_multimap.cuh` for more detailed information.

#### Examples:
- [Host-bulk APIs](https://github.com/NVIDIA/cuCollections/blob/dev/examples/static_multimap/host_bulk_example.cu) (see [live example in godbolt](https://godbolt.org/z/nx97W4f7q))
- [Host-bulk APIs](https://github.com/NVIDIA/cuCollections/blob/dev/examples/static_multimap/host_bulk_example.cu) (see [live example in godbolt](https://godbolt.org/z/nssaTn5M8))

### `dynamic_map`

Expand Down

0 comments on commit 7e9bee6

Please sign in to comment.