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
217
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
feat(cuda.core): add cluster scheduling policy to LaunchConfig
- #2703
#2703
Merged
lijinf2
merged 19 commits into
NVIDIA:main
NVIDIA/cuda-python:main
from
atiaomar1978-hub:feat/launch-config-cluster-scheduling-policy-2629-signed
atiaomar1978-hub/cuda-python:feat/launch-config-cluster-scheduling-policy-2629-signed
Copy head branch name to clipboard
Sep 15, 2026
Conversation
Commits
19
(19)
Checks
Files changed
Merged
feat(cuda.core): add cluster scheduling policy to LaunchConfig
#2703
lijinf2
merged 19 commits into
NVIDIA:main
NVIDIA/cuda-python:main
from
atiaomar1978-hub:feat/launch-config-cluster-scheduling-policy-2629-signed
atiaomar1978-hub/cuda-python:feat/launch-config-cluster-scheduling-policy-2629-signed
Copy head branch name to clipboard
Commits
Commits on Aug 26, 2026
feat(cuda.core): add cluster scheduling policy to LaunchConfig
Show description for 3374af4
atiaomar1978-hub
and
cursoragent
committed
3374af4
View commit details
Copy full SHA for 3374af4
Browse repository at this point
test(cuda.core): cover cluster dimension + scheduling policy attrs
Show description for b6b0fbb
atiaomar1978-hub
and
cursoragent
committed
b6b0fbb
View commit details
Copy full SHA for b6b0fbb
Browse repository at this point
test(cuda.core): fix cluster scheduling policy smoke test fixture
Show description for 18c95f2
atiaomar1978-hub
and
cursoragent
committed
18c95f2
View commit details
Copy full SHA for 18c95f2
Browse repository at this point
test(cuda.core): cover cluster policy getter/setter and launch run-through
Show description for c6c283b
atiaomar1978-hub
and
cursoragent
committed
c6c283b
View commit details
Copy full SHA for c6c283b
Browse repository at this point
Commits on Aug 27, 2026
docs(cuda.core): document ClusterSchedulingPolicyType in API RST
Show description for 39c9fc0
atiaomar1978-hub
committed
39c9fc0
View commit details
Copy full SHA for 39c9fc0
Browse repository at this point
Commits on Aug 28, 2026
test(cuda.core): collapse cluster policy tests to three cases
Show description for 1a78ad5
atiaomar1978-hub
committed
1a78ad5
View commit details
Copy full SHA for 1a78ad5
Browse repository at this point
fix(cuda.core): pass cluster policy FastEnum to 13.0.2 bindings
Show description for 3a90298
atiaomar1978-hub
committed
3a90298
View commit details
Copy full SHA for 3a90298
Browse repository at this point
Merge branch 'main' into feat/launch-config-cluster-scheduling-policy-2629-signed
Show description for db871e5
atiaomar1978-hub
committed
db871e5
View commit details
Copy full SHA for db871e5
Browse repository at this point
refactor(cuda.core): accept cluster policy as a string
Show description for 541e95d
atiaomar1978-hub
committed
541e95d
View commit details
Copy full SHA for 541e95d
Browse repository at this point
test(cuda.core): drop driver-enum cluster policy inputs
Show description for c15bf56
atiaomar1978-hub
committed
c15bf56
View commit details
Copy full SHA for c15bf56
Browse repository at this point
chore(cuda.core): regenerate LaunchConfig stubs for pre-commit
Show description for d185a86
atiaomar1978-hub
committed
d185a86
View commit details
Copy full SHA for d185a86
Browse repository at this point
Commits on Sep 1, 2026
refactor(cuda.core): consolidate cluster policy validation on LaunchConfig
Show description for e85fafe
atiaomar1978-hub
committed
e85fafe
View commit details
Copy full SHA for e85fafe
Browse repository at this point
Commits on Sep 9, 2026
refactor(cuda.core): address cluster policy review on LaunchConfig
Show description for aca6c90
atiaomar1978-hub
committed
aca6c90
View commit details
Copy full SHA for aca6c90
Browse repository at this point
Merge branch 'main' into feat/launch-config-cluster-scheduling-policy-2629-signed
Show description for f80f638
atiaomar1978-hub
committed
f80f638
View commit details
Copy full SHA for f80f638
Browse repository at this point
chore(cuda.core): regenerate LaunchConfig stubs for pre-commit
Show description for a44088c
atiaomar1978-hub
committed
a44088c
View commit details
Copy full SHA for a44088c
Browse repository at this point
chore(cuda.core): fix LaunchConfig stub header path for CI
Show description for b33856a
atiaomar1978-hub
committed
b33856a
View commit details
Copy full SHA for b33856a
Browse repository at this point
Commits on Sep 10, 2026
test(cuda.core): match cluster pre-Hopper error message on main
Show description for d825320
atiaomar1978-hub
committed
d825320
View commit details
Copy full SHA for d825320
Browse repository at this point
Commits on Sep 11, 2026
docs(cuda.core): restore LaunchConfig class docstring in stubs
Show description for d0926c8
atiaomar1978-hub
committed
d0926c8
View commit details
Copy full SHA for d0926c8
Browse repository at this point
Commits on Sep 15, 2026
Merge branch 'main' into feat/launch-config-cluster-scheduling-policy-2629-signed
lijinf2
authored
604e08f
View commit details
Copy full SHA for 604e08f
Browse repository at this point
You can’t perform that action at this time.