Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
rparolin
/
cuda-python
Public
forked from
NVIDIA/cuda-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit History
Commits on Dec 19, 2025
Use setuptools-scm to determine versions (#1411)
Show description for da7eb1f
mdboom
authored
da7eb1f
Copy full SHA for da7eb1f
Commits on Dec 18, 2025
[pixi] Add pixi support for running all sub-package tests (#1398)
Show description for 51b9c6c
rparolin
and
cpcloud
authored
51b9c6c
Copy full SHA for 51b9c6c
build(deps): bump the actions-monthly group across 1 directory with 8 updates (#1386)
Show description for 9b73e78
dependabot[bot]
and
leofang
authored
9b73e78
Copy full SHA for 9b73e78
Add cuda/bindings/_internal/_nvml.pyx to .gitignore (#1408)
mdboom
authored
62a8cb3
Copy full SHA for 62a8cb3
CI: add pytest durations and skip patterngen seeds under sanitizer (#1400)
Show description for 083315c
Andy-Jost
authored
083315c
Copy full SHA for 083315c
Commits on Dec 17, 2025
update dropdown menu (#1402)
leofang
authored
95e2885
Copy full SHA for 95e2885
`cuda.core` v0.5.0 doc final pass (#1401)
Show description for 9079c8c
leofang
authored
9079c8c
Copy full SHA for 9079c8c
fix: support zero-sized arrays as input to `StridedMemoryView.from_cuda_array_interface` (#1397)
Show description for d407eb4
cpcloud
authored
d407eb4
Copy full SHA for d407eb4
cuda-core experimental namespace deprecation (attempt v1) (#1377)
Show description for 8006fb6
4 people
authored
8006fb6
Copy full SHA for 8006fb6
Prepare for `cuda.core` v0.5.0 release (#1392)
Show description for 65ff57f
4 people
authored
65ff57f
Copy full SHA for 65ff57f
Cythonize `launch` & `LaunchConfig` more (#1390)
Show description for f83eff2
leofang
authored
f83eff2
Copy full SHA for f83eff2
Restore v0.3.x `MemoryResource` behaviors + MR minor follow-ups (#1388)
Show description for 87b49b7
leofang
authored
87b49b7
Copy full SHA for 87b49b7
Commits on Dec 16, 2025
refactor: update `StridedMemoryView.from_buffer` to accept tuples and dtype instead of now-private `_StridedLayout` (#1380)
Show description for c82e0d8
cpcloud
authored
c82e0d8
Copy full SHA for c82e0d8
test: add test ids for gpu array tests to allow easier debugging (#1383)
cpcloud
authored
5d11fa3
Copy full SHA for 5d11fa3
Fix exception clauses in Buffer.fill helpers (#1381)
Show description for 027ba10
Andy-Jost
authored
027ba10
Copy full SHA for 027ba10
Update dependabot.yml (#1385)
leofang
authored
09255fa
Copy full SHA for 09255fa
Upgrade GitHub Actions for Node 24 compatibility (#1378)
Show description for 64cdc1b
salmanmkc
authored
64cdc1b
Copy full SHA for 64cdc1b
Upgrade GitHub Actions to latest versions (#1379)
Show description for df2de6f
salmanmkc
and
mdboom
authored
df2de6f
Copy full SHA for df2de6f
Add coverage automation (#1340)
Show description for 0d48eaa
mdboom
authored
0d48eaa
Copy full SHA for 0d48eaa
Optimize Buffer.fill() to avoid intermediate object creation (#1376)
Show description for 83eaec1
Andy-Jost
authored
83eaec1
Copy full SHA for 83eaec1
test: avoid leaving files around during programoptions testing (#1372)
cpcloud
authored
96a3f50
Copy full SHA for 96a3f50
Add `PinnedMemoryResource` and `ManagedMemoryResource` (#1364)
Show description for 939db8a
leofang
authored
939db8a
Copy full SHA for 939db8a
refactor: privatize `StridedLayout` as `_StridedLayout` (#1373)
Show description for 1f1f479
cpcloud
authored
1f1f479
Copy full SHA for 1f1f479
Commits on Dec 15, 2025
Deprecate and provide alternatives for things in `cuda.core.system` (#1374)
Show description for 7b29de3
mdboom
authored
7b29de3
Copy full SHA for 7b29de3
MNT: Consolidate `BACKPORT_BRANCH` into `ci/versions.yml` (#1311)
Show description for 1fc792d
leofang
and
Copilot
authored
1fc792d
Copy full SHA for 1fc792d
Simplify Buffer.fill() API (#1366)
Andy-Jost
authored
9152bbb
Copy full SHA for 9152bbb
Make `{Program,Linker}Options.as_bytes` a public API with backend-specific option handling (#1355)
Show description for 2d39bec
4 people
authored
2d39bec
Copy full SHA for 2d39bec
Revert `StridedLayout` (#1370)
Show description for d8e9317
leofang
authored
d8e9317
Copy full SHA for d8e9317
Commits on Dec 13, 2025
Forward port of #1349 (#1360)
mdboom
authored
a88d7b0
Copy full SHA for a88d7b0
Commits on Dec 12, 2025
[cuda_pathfinder] Add CUDA 12 support to cuda-pathfinder pixi environments and removing build-variants (#1365)
Show description for e25f703
rparolin
authored
e25f703
Copy full SHA for e25f703
feat: add `size` property to `StridedMemoryView` (#1363)
cpcloud
authored
4f910cb
Copy full SHA for 4f910cb
Commits on Dec 11, 2025
adding pixi.toml and pixi.lock files (#1361)
rparolin
authored
8e63850
Copy full SHA for 8e63850
Commits on Dec 10, 2025
ruff -> ruff-check (#1356)
mdboom
authored
59f3be0
Copy full SHA for 59f3be0
Add new NVML APIs in CTK 13.1 (#1353)
Show description for 2facdb6
mdboom
authored
2facdb6
Copy full SHA for 2facdb6
Un-disable ruff E722 Do not use bare `except` (#1347)
rwgk
authored
514daa6
Copy full SHA for 514daa6
Previous
Next
You can’t perform that action at this time.