Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
NVIDIA
/
cuCollections
Public
Notifications
You must be signed in to change notification settings
Fork
114
Star
659
Code
Issues
55
Pull requests
11
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Erase Functionality for static_map
- #142
#142
Merged
PointKernel
merged 28 commits into
NVIDIA:dev
NVIDIA/cuCollections:dev
from
Nicolas-Iskos:static_map_erase
Nicolas-Iskos/cuCollections:static_map_erase
Copy head branch name to clipboard
May 6, 2022
Conversation
Commits
28
(28)
Checks
Files changed
Merged
Erase Functionality for static_map
#142
PointKernel
merged 28 commits into
NVIDIA:dev
NVIDIA/cuCollections:dev
from
Nicolas-Iskos:static_map_erase
Nicolas-Iskos/cuCollections:static_map_erase
Copy head branch name to clipboard
Commits
Commits on Feb 22, 2022
basic erase functionality added, still need to modify insert/find
niskos99
committed
0215463
View commit details
Copy full SHA for 0215463
Browse repository at this point
Commits on Feb 23, 2022
erase appears to be working
niskos99
committed
26dd44f
View commit details
Copy full SHA for 26dd44f
Browse repository at this point
cg erase
niskos99
committed
9e0821c
View commit details
Copy full SHA for 9e0821c
Browse repository at this point
cg erase bug fix
niskos99
committed
1777a51
View commit details
Copy full SHA for 1777a51
Browse repository at this point
minor changes
niskos99
committed
d84e3b8
View commit details
Copy full SHA for d84e3b8
Browse repository at this point
Commits on Feb 25, 2022
fix to CG insert
niskos99
committed
acc7941
View commit details
Copy full SHA for acc7941
Browse repository at this point
insert benchmarking fix
niskos99
committed
19aa8bb
View commit details
Copy full SHA for 19aa8bb
Browse repository at this point
Commits on Mar 10, 2022
API improvements
niskos99
committed
0e66d28
View commit details
Copy full SHA for 0e66d28
Browse repository at this point
[pre-commit.ci] auto code formatting
pre-commit-ci[bot]
committed
364fb1d
View commit details
Copy full SHA for 364fb1d
Browse repository at this point
typo fix for non-CG contains
niskos99
committed
7f84d3d
View commit details
Copy full SHA for 7f84d3d
Browse repository at this point
Commits on Mar 18, 2022
style changes
niskos99
committed
c2bcc25
View commit details
Copy full SHA for c2bcc25
Browse repository at this point
[pre-commit.ci] auto code formatting
pre-commit-ci[bot]
committed
9deba51
View commit details
Copy full SHA for 9deba51
Browse repository at this point
style and documentation, strong-type wrappers for sentinel values
niskos99
committed
2872f1d
View commit details
Copy full SHA for 2872f1d
Browse repository at this point
[pre-commit.ci] auto code formatting
pre-commit-ci[bot]
committed
666ff5b
View commit details
Copy full SHA for 666ff5b
Browse repository at this point
copyright notices corrected
niskos99
committed
9781a6b
View commit details
Copy full SHA for 9781a6b
Browse repository at this point
Commits on Mar 21, 2022
sentinel wrappers moved to separate file
niskos99
committed
7faef67
View commit details
Copy full SHA for 7faef67
Browse repository at this point
[pre-commit.ci] auto code formatting
pre-commit-ci[bot]
committed
c9a7014
View commit details
Copy full SHA for c9a7014
Browse repository at this point
Commits on Mar 22, 2022
sentinel constructors added for ctad support
niskos99
committed
c0d713c
View commit details
Copy full SHA for c0d713c
Browse repository at this point
[pre-commit.ci] auto code formatting
pre-commit-ci[bot]
committed
d92898c
View commit details
Copy full SHA for d92898c
Browse repository at this point
Commits on Mar 23, 2022
CI fix
niskos99
committed
5bca985
View commit details
Copy full SHA for 5bca985
Browse repository at this point
Commits on Mar 24, 2022
switch to fetch_add for erase kernels
niskos99
committed
60e4b73
View commit details
Copy full SHA for 60e4b73
Browse repository at this point
[pre-commit.ci] auto code formatting
pre-commit-ci[bot]
committed
4feef9c
View commit details
Copy full SHA for 4feef9c
Browse repository at this point
Commits on Apr 2, 2022
minor doc/style changes
niskos99
committed
a429d8d
View commit details
Copy full SHA for a429d8d
Browse repository at this point
[pre-commit.ci] auto code formatting
pre-commit-ci[bot]
committed
dc61121
View commit details
Copy full SHA for dc61121
Browse repository at this point
Commits on Apr 5, 2022
prevent implicit conversion of sentinels during construction
niskos99
committed
753641c
View commit details
Copy full SHA for 753641c
Browse repository at this point
[pre-commit.ci] auto code formatting
pre-commit-ci[bot]
committed
03c089c
View commit details
Copy full SHA for 03c089c
Browse repository at this point
Commits on May 6, 2022
Merge remote-tracking branch 'upstream/dev' into static_map_erase
PointKernel
committed
02e861e
View commit details
Copy full SHA for 02e861e
Browse repository at this point
Fix a sentinel bug in test
PointKernel
committed
7b841a8
View commit details
Copy full SHA for 7b841a8
Browse repository at this point
You can’t perform that action at this time.