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
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
/
cuda-python
Public
Notifications
You must be signed in to change notification settings
Fork
321
Star
3.3k
Code
Issues
216
Pull requests
95
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Implement IPC-enabled events.
- #1145
#1145
Merged
Andy-Jost
merged 11 commits into
NVIDIA:main
NVIDIA/cuda-python:main
from
Andy-Jost:ipc_events
Andy-Jost/cuda-python:ipc_events
Copy head branch name to clipboard
Oct 22, 2025
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Implement IPC-enabled events.
#1145
Andy-Jost
merged 11 commits into
NVIDIA:main
NVIDIA/cuda-python:main
from
Andy-Jost:ipc_events
Andy-Jost/cuda-python:ipc_events
Copy head branch name to clipboard
Commits
Commits on Oct 16, 2025
Initial implementation of IPC-enabled events. Changes the type of `max_size` memory resource attribute to size_t from int32. Various updates and additions to test helpers.
Andy-Jost
committed
e13182b
View commit details
Copy full SHA for e13182b
Browse repository at this point
Move contents of `memory_ipc/utility` module to `helpers`. Rename `IPCBufferTestHelper` to `PatternGen` and combine `flipped` and `starting_from` arguments to just `seed`. Rename `compare_buffers` …
Show description for 26678bf
Andy-Jost
committed
26678bf
View commit details
Copy full SHA for 26678bf
Browse repository at this point
Commits on Oct 17, 2025
Remove redundant `supports_ipc_mempool` checks.
Andy-Jost
committed
556a9ad
View commit details
Copy full SHA for 556a9ad
Browse repository at this point
Rename `test_ipc_event.py` to `test_event_ipc.py` to align with other tests.
Andy-Jost
committed
88c25c4
View commit details
Copy full SHA for 88c25c4
Browse repository at this point
Remove the copy-based IPC event test, which is less efficient than the latch-based test.
Andy-Jost
committed
438ebd4
View commit details
Copy full SHA for 438ebd4
Browse repository at this point
Simplify PatternGen.
Andy-Jost
committed
02975e9
View commit details
Copy full SHA for 02975e9
Browse repository at this point
Simplify LatchKernel and fix formatting.
Andy-Jost
committed
f98a286
View commit details
Copy full SHA for f98a286
Browse repository at this point
Merge branch 'main' into ipc_events
Andy-Jost
authored
fc6937d
View commit details
Copy full SHA for fc6937d
Browse repository at this point
Fix cython-lint error.
Andy-Jost
committed
5ad48ca
View commit details
Copy full SHA for 5ad48ca
Browse repository at this point
Test fix.
Andy-Jost
committed
820bf1b
View commit details
Copy full SHA for 820bf1b
Browse repository at this point
Commits on Oct 21, 2025
Merge branch 'main' into ipc_events
Andy-Jost
authored
6ef6b03
View commit details
Copy full SHA for 6ef6b03
Browse repository at this point
You can’t perform that action at this time.