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
215
Pull requests
93
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Migrating cuda-python samples from cuda-samples
- #2266
#2266
Open
danielfrg
wants to merge 40 commits into
main
NVIDIA/cuda-python:main
from
migrate-samples
NVIDIA/cuda-python:migrate-samples
Copy head branch name to clipboard
Conversation
Commits
40
(40)
Checks
Files changed
Open
Migrating cuda-python samples from cuda-samples
#2266
danielfrg
wants to merge 40 commits into
main
NVIDIA/cuda-python:main
from
migrate-samples
NVIDIA/cuda-python:migrate-samples
Copy head branch name to clipboard
Commits
Commits on Jun 25, 2026
Migrating cuda-python samples from cuda-samples
danielfrg
committed
b6a97f4
View commit details
Copy full SHA for b6a97f4
Browse repository at this point
Examples format
danielfrg
committed
dfeecdb
View commit details
Copy full SHA for dfeecdb
Browse repository at this point
Commits on Jul 16, 2026
Consolidate test suite into cuda.core one
danielfrg
committed
0bcc5be
View commit details
Copy full SHA for 0bcc5be
Browse repository at this point
Drop duplicated samples and add missing content to /samples
danielfrg
committed
0b2728e
View commit details
Copy full SHA for 0b2728e
Browse repository at this point
Migrate existing cuda.core examples to /sampels
danielfrg
committed
9b0be3a
View commit details
Copy full SHA for 9b0be3a
Browse repository at this point
Migrate existing cuda.bindings examples to /samples
danielfrg
committed
35c81eb
View commit details
Copy full SHA for 35c81eb
Browse repository at this point
Add missing deps for samples
danielfrg
committed
70a8a7a
View commit details
Copy full SHA for 70a8a7a
Browse repository at this point
Merge branch 'main' into migrate-samples
Show description for ce06247
danielfrg
committed
ce06247
View commit details
Copy full SHA for ce06247
Browse repository at this point
Commits on Jul 17, 2026
Cleanup
danielfrg
committed
8090077
View commit details
Copy full SHA for 8090077
Browse repository at this point
Split into cuda_bindings and cuda_core samples
danielfrg
committed
1804ddc
View commit details
Copy full SHA for 1804ddc
Browse repository at this point
Review
danielfrg
committed
c93cc2d
View commit details
Copy full SHA for c93cc2d
Browse repository at this point
Fix sample runner error and waiver handling
danielfrg
committed
035cf32
View commit details
Copy full SHA for 035cf32
Browse repository at this point
Commits on Jul 23, 2026
Merge main
danielfrg
committed
46da77f
View commit details
Copy full SHA for 46da77f
Browse repository at this point
Address code rabbit review
danielfrg
committed
f5945e8
View commit details
Copy full SHA for f5945e8
Browse repository at this point
Commits on Sep 2, 2026
merge main addressed 29 conflicts
lijinf2
committed
3af1797
View commit details
Copy full SHA for 3af1797
Browse repository at this point
Commits on Sep 3, 2026
Fix pytest collection of cuda.core sample tests without a package.
Show description for 053b2cf
lijinf2
committed
053b2cf
View commit details
Copy full SHA for 053b2cf
Browse repository at this point
fix(samples): resolve two CI failures in systemInfo and vectorAdd
Show description for 4906537
lijinf2
committed
4906537
View commit details
Copy full SHA for 4906537
Browse repository at this point
fix(samples): waive fftSignalAnalysis when libcufft is unavailable
Show description for 2d8cc02
lijinf2
committed
2d8cc02
View commit details
Copy full SHA for 2d8cc02
Browse repository at this point
fix(samples): declare nvidia-cufft-cu12 as explicit dependency for fftSignalAnalysis
Show description for 618ad52
lijinf2
committed
618ad52
View commit details
Copy full SHA for 618ad52
Browse repository at this point
fix(samples): declare nvidia-cublas-cu12 as explicit dependency for numpyVsCupy
Show description for 88f1b82
lijinf2
committed
88f1b82
View commit details
Copy full SHA for 88f1b82
Browse repository at this point
fix(samples): replace cp.random.randint() with numpy in parallelHistogram
Show description for 014c86b
lijinf2
committed
014c86b
View commit details
Copy full SHA for 014c86b
Browse repository at this point
fix(samples): waive blurImageUnifiedMemory when ManagedMemoryResource is unsupported
Show description for 95c46e6
lijinf2
committed
95c46e6
View commit details
Copy full SHA for 95c46e6
Browse repository at this point
fix(samples): waive blurImageUnifiedMemory when concurrent managed access is unavailable
Show description for 303ed84
lijinf2
committed
303ed84
View commit details
Copy full SHA for 303ed84
Browse repository at this point
Commits on Sep 4, 2026
fix(samples): waive blurImageUnifiedMemory when concurrent managed access is unavailable
Show description for 0fe57bb
lijinf2
committed
0fe57bb
View commit details
Copy full SHA for 0fe57bb
Browse repository at this point
fix(samples): waive ipcMemoryPool on WSL where CUDA IPC is unsupported
Show description for 70524d5
lijinf2
committed
70524d5
View commit details
Copy full SHA for 70524d5
Browse repository at this point
fix(samples): waive launchConfigTuning and memoryResources when concurrent managed access is unavailable
Show description for 8dc0561
lijinf2
committed
8dc0561
View commit details
Copy full SHA for 8dc0561
Browse repository at this point
samples/cuda_core: fix systemInfo NotFoundError when process has no CUDA context
Show description for a66e227
lijinf2
committed
a66e227
View commit details
Copy full SHA for a66e227
Browse repository at this point
address pre-commit check
lijinf2
committed
decb50e
View commit details
Copy full SHA for decb50e
Browse repository at this point
samples/cuda_core: skip glInteropMipmapLod if OpenGL unavailable
Show description for 20b84aa
lijinf2
committed
20b84aa
View commit details
Copy full SHA for 20b84aa
Browse repository at this point
samples/cuda_core: skip all glInterop samples if OpenGL unavailable
Show description for c77b358
lijinf2
committed
c77b358
View commit details
Copy full SHA for c77b358
Browse repository at this point
samples/cuda_core: remove duplicate EXIT_WAIVED in glInteropMipmapLod
Show description for 6a56e79
lijinf2
committed
6a56e79
View commit details
Copy full SHA for 6a56e79
Browse repository at this point
samples/cuda_core: waive copyImageArraytoGPU if memory pools unsupported
Show description for 6963cf2
lijinf2
committed
6963cf2
View commit details
Copy full SHA for 6963cf2
Browse repository at this point
samples/cuda_core: waive streamingCopyComputeOverlap if memory pools unsupported
Show description for 4c65c9d
lijinf2
committed
4c65c9d
View commit details
Copy full SHA for 4c65c9d
Browse repository at this point
samples/cuda_core: also catch AttributeError in glInterop OpenGL waiver
Show description for 6d87c01
lijinf2
committed
6d87c01
View commit details
Copy full SHA for 6d87c01
Browse repository at this point
Commits on Sep 5, 2026
tests/memory_ipc: clear stale buffer before flaky rerun in ChildErrorHarness
Show description for b9ca301
lijinf2
committed
b9ca301
View commit details
Copy full SHA for b9ca301
Browse repository at this point
samples/cuda_core: declare nvidia-cuda-cccl-cu12 dependency for tmaTensorMap
Show description for 03c37f1
lijinf2
committed
03c37f1
View commit details
Copy full SHA for 03c37f1
Browse repository at this point
Commits on Sep 8, 2026
TST: mark test_set_stats_level as thread_unsafe
Show description for d114fcb
lijinf2
committed
d114fcb
View commit details
Copy full SHA for d114fcb
Browse repository at this point
samples/cuda_core: waive greenContext on CUDA 13.1+ (issue #2765)
Show description for 7facebf
lijinf2
committed
7facebf
View commit details
Copy full SHA for 7facebf
Browse repository at this point
docs/cuda_core: fix broken links in 0.3.1 release notes
Show description for 7eb8ea5
lijinf2
committed
7eb8ea5
View commit details
Copy full SHA for 7eb8ea5
Browse repository at this point
Commits on Sep 9, 2026
fix format
lijinf2
committed
444fde6
View commit details
Copy full SHA for 444fde6
Browse repository at this point
You can’t perform that action at this time.