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
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
329
Star
3.4k
Code
Issues
209
Pull requests
102
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 Kernel.num_arguments, and Kernel.arguments_info
- #612
#612
Merged
leofang
merged 12 commits into
NVIDIA:main
NVIDIA/cuda-python:main
from
oleksandr-pavlyk:add-num-arguments
oleksandr-pavlyk/cuda-python:add-num-arguments
Copy head branch name to clipboard
May 14, 2025
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Implement Kernel.num_arguments, and Kernel.arguments_info
#612
leofang
merged 12 commits into
NVIDIA:main
NVIDIA/cuda-python:main
from
oleksandr-pavlyk:add-num-arguments
oleksandr-pavlyk/cuda-python:add-num-arguments
Copy head branch name to clipboard
Commits
Commits on May 5, 2025
Implement Kernel.num_arguments, and Kernel.arguments_info
oleksandr-pavlyk
committed
e22b891
View commit details
Copy full SHA for e22b891
Browse repository at this point
Commits on May 8, 2025
Factor out common logic between num_arguments and arguments_info properties
Show description for 6de62d0
oleksandr-pavlyk
committed
6de62d0
View commit details
Copy full SHA for 6de62d0
Browse repository at this point
Use namedtuple turn to pack offset/size for individual kernel argument
oleksandr-pavlyk
committed
fb1344b
View commit details
Copy full SHA for fb1344b
Browse repository at this point
Add feature entry to 0.3.0 release notes
oleksandr-pavlyk
committed
96f60d8
View commit details
Copy full SHA for 96f60d8
Browse repository at this point
Move ParamInfo to class context
Show description for 9193901
oleksandr-pavlyk
committed
9193901
View commit details
Copy full SHA for 9193901
Browse repository at this point
Commits on May 9, 2025
_get_arguments_info mustn't treat all error code as equal
Show description for a217c3b
oleksandr-pavlyk
committed
a217c3b
View commit details
Copy full SHA for a217c3b
Browse repository at this point
Commits on May 12, 2025
Add skip if testing with compute sanitizer, skip if cuda version < 12
Show description for 917a386
oleksandr-pavlyk
committed
917a386
View commit details
Copy full SHA for 917a386
Browse repository at this point
Commits on May 13, 2025
Implement suggestions from @leofang
Show description for 2ca9704
oleksandr-pavlyk
committed
2ca9704
View commit details
Copy full SHA for 2ca9704
Browse repository at this point
Use ParamInfo instead of NamedTuple is annotation
Show description for 55f6d31
oleksandr-pavlyk
committed
55f6d31
View commit details
Copy full SHA for 55f6d31
Browse repository at this point
Commits on May 14, 2025
Add fixture deinit_context_function
Show description for 912ae11
oleksandr-pavlyk
committed
912ae11
View commit details
Copy full SHA for 912ae11
Browse repository at this point
Keep popping current context until stack is drained for test_num_args_error_handling
oleksandr-pavlyk
committed
7e45902
View commit details
Copy full SHA for 7e45902
Browse repository at this point
PR feedback refactor
Show description for 0291458
oleksandr-pavlyk
committed
0291458
View commit details
Copy full SHA for 0291458
Browse repository at this point
You can’t perform that action at this time.