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
323
Star
3.3k
Code
Issues
205
Pull requests
96
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Cythonize _linker.py
- #1604
#1604
Merged
Andy-Jost
merged 24 commits into
NVIDIA:main
NVIDIA/cuda-python:main
from
Andy-Jost:cythonize-linker
Andy-Jost/cuda-python:cythonize-linker
Copy head branch name to clipboard
Mar 4, 2026
Conversation
Commits
24
(24)
Checks
Files changed
Merged
Cythonize _linker.py
#1604
Andy-Jost
merged 24 commits into
NVIDIA:main
NVIDIA/cuda-python:main
from
Andy-Jost:cythonize-linker
Andy-Jost/cuda-python:cythonize-linker
Copy head branch name to clipboard
Commits
Commits on Feb 4, 2026
Begin Cythonization of _program.py
Show description for af1b908
Andy-Jost
committed
af1b908
View commit details
Copy full SHA for af1b908
Browse repository at this point
Extract Program helpers to module-level cdef functions
Show description for 08a02c0
Andy-Jost
committed
08a02c0
View commit details
Copy full SHA for 08a02c0
Browse repository at this point
Complete Cythonization of _program.py
Show description for a136180
Andy-Jost
committed
a136180
View commit details
Copy full SHA for a136180
Browse repository at this point
Extend test_object_protocols.py with Program and ObjectCode variations
Show description for 182feab
Andy-Jost
committed
182feab
View commit details
Copy full SHA for 182feab
Browse repository at this point
Add NVRTC/NVVM resource handles and remove Program MNFF
Show description for b9b90d6
Andy-Jost
committed
b9b90d6
View commit details
Copy full SHA for b9b90d6
Browse repository at this point
Add HANDLE_RETURN_NVRTC and HANDLE_RETURN_NVVM, simplify HANDLE_RETURN
Show description for c15b12e
Andy-Jost
committed
c15b12e
View commit details
Copy full SHA for c15b12e
Browse repository at this point
Commits on Feb 5, 2026
Fix build errors, update tests, remove unused imports
Show description for 95f149a
Andy-Jost
committed
95f149a
View commit details
Copy full SHA for 95f149a
Browse repository at this point
Merge remote-tracking branch 'origin/main' into cythonize-program
Andy-Jost
committed
754e295
View commit details
Copy full SHA for 754e295
Browse repository at this point
Commits on Feb 6, 2026
Address review feedback: keep _can_load_generated_ptx private, update SPDX dates
Show description for ba0f2d3
Andy-Jost
and
cursoragent
committed
ba0f2d3
View commit details
Copy full SHA for ba0f2d3
Browse repository at this point
Merge remote-tracking branch 'origin/main' into cythonize-program
Andy-Jost
committed
95cfc6a
View commit details
Copy full SHA for 95cfc6a
Browse repository at this point
Commits on Feb 10, 2026
Address review feedback: NVVMError inherits from nvvmError, clean up error helpers
Show description for 583edee
Andy-Jost
and
cursoragent
committed
583edee
View commit details
Copy full SHA for 583edee
Browse repository at this point
Add 0.6.x release notes with cuda-bindings build requirement change
Show description for 3dbecfe
Andy-Jost
and
cursoragent
committed
3dbecfe
View commit details
Copy full SHA for 3dbecfe
Browse repository at this point
Merge remote-tracking branch 'origin/main' into cythonize-program
Andy-Jost
committed
9edca0d
View commit details
Copy full SHA for 9edca0d
Browse repository at this point
Begin Cythonization of _linker.py
Show description for 4519992
Andy-Jost
and
cursoragent
committed
4519992
View commit details
Copy full SHA for 4519992
Browse repository at this point
Commits on Feb 11, 2026
Add NvJitLinkHandle, CuLinkHandle RAII and HANDLE_RETURN_NVJITLINK
Show description for 320dc50
Andy-Jost
and
cursoragent
committed
320dc50
View commit details
Copy full SHA for 320dc50
Browse repository at this point
Replace MNFF/weakref.finalize with RAII handle ownership in _linker
Show description for 2d19a69
Andy-Jost
and
cursoragent
committed
2d19a69
View commit details
Copy full SHA for 2d19a69
Browse repository at this point
Migrate linker to C-level calls with nogil
Show description for 7ad331a
Andy-Jost
and
cursoragent
committed
7ad331a
View commit details
Copy full SHA for 7ad331a
Browse repository at this point
Clean up module globals: remove _nvjitlink, use C-level enum ints
Show description for 0cfd977
Andy-Jost
and
cursoragent
committed
0cfd977
View commit details
Copy full SHA for 0cfd977
Browse repository at this point
Reorganize _linker module per developer guide conventions
Show description for 82377ed
Andy-Jost
and
cursoragent
committed
82377ed
View commit details
Copy full SHA for 82377ed
Browse repository at this point
Merge remote-tracking branch 'origin/main' into cythonize-linker
Show description for efd6a2f
Andy-Jost
committed
efd6a2f
View commit details
Copy full SHA for efd6a2f
Browse repository at this point
Fix cython-lint warnings in _linker.pyx
Show description for fc8e0c0
Andy-Jost
and
cursoragent
committed
fc8e0c0
View commit details
Copy full SHA for fc8e0c0
Browse repository at this point
Commits on Mar 2, 2026
Merge remote-tracking branch 'origin/main' into cythonize-linker
Show description for a86b235
Andy-Jost
committed
a86b235
View commit details
Copy full SHA for a86b235
Browse repository at this point
Commits on Mar 4, 2026
Minor fixes for review feedback.
Andy-Jost
committed
6516e11
View commit details
Copy full SHA for 6516e11
Browse repository at this point
Merge remote-tracking branch 'origin/main' into cythonize-linker
Show description for 284abb2
Andy-Jost
committed
284abb2
View commit details
Copy full SHA for 284abb2
Browse repository at this point
You can’t perform that action at this time.