FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · NVIDIA/cuda-python · GitHub
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
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Aug 29, 2026
fix(cuda.core): surface CUresult when graph instantiation fails (#2719)
Show description for f687d34
lijinf2
and
rwgk
authored
f687d34
View commit details
Copy full SHA for f687d34
Browse repository at this point
Commits on Aug 28, 2026
cuda.core: fix a few test issues (#2714)
Show description for 996b0a0
juenglin
authored
996b0a0
View commit details
Copy full SHA for 996b0a0
Browse repository at this point
CI: Restrict pixi source-build smoke test to NVIDIA (#2721)
rwgk
authored
5c53b84
View commit details
Copy full SHA for 5c53b84
Browse repository at this point
fix(cuda.bindings): Make param_packer.feed() free-threading-safe via import-time init (#2417)
Show description for 9ca387e
authored
9ca387e
View commit details
Copy full SHA for 9ca387e
Browse repository at this point
Fix the lychee precommit hook (#2729)
mdboom
authored
f22bfb7
View commit details
Copy full SHA for f22bfb7
Browse repository at this point
fix(cuda.core): decode signed long long field values (#2727)
Show description for 1d9ff05
rluo8
authored
1d9ff05
View commit details
Copy full SHA for 1d9ff05
Browse repository at this point
Upgrade the cuda-core version to 1.1.1 (#2716)
mdboom
authored
a1c784b
View commit details
Copy full SHA for a1c784b
Browse repository at this point
Commits on Aug 27, 2026
Establish CI customization variable convention (#2705)
Show description for db94059
rwgk
authored
db94059
View commit details
Copy full SHA for db94059
Browse repository at this point
cuda.core: Fix graphics tests (#2701)
Show description for 190527c
juenglin
authored
190527c
View commit details
Copy full SHA for 190527c
Browse repository at this point
fix(cuda.core): xfail cuda-gdb test where GPU debugging is unavailable (#2707)
Show description for 133bf0a
lijinf2
authored
133bf0a
View commit details
Copy full SHA for 133bf0a
Browse repository at this point
docs(pathfinder): finalize 1.8.0 release notes (#2710)
rwgk
authored
339c9bc
View commit details
Copy full SHA for 339c9bc
Browse repository at this point
build: make Cython/extension artifacts CUDA-major aware (#2472)
Show description for 9cab1db
rparolin
and
claude
authored
9cab1db
View commit details
Copy full SHA for 9cab1db
Browse repository at this point
refactor(pathfinder): author candidates in search order (#2708)
Show description for ecc7bd9
rwgk
authored
ecc7bd9
View commit details
Copy full SHA for ecc7bd9
Browse repository at this point
fix(pathfinder): use exact dynamic library names (#2689)
Show description for 809407c
rwgk
authored
809407c
View commit details
Copy full SHA for 809407c
Browse repository at this point
Commits on Aug 25, 2026
Recognize CUDA 13.4 cuRAND library names (#2692)
rwgk
authored
0477f61
View commit details
Copy full SHA for 0477f61
Browse repository at this point
Commits on Aug 24, 2026
Avoid aggregate graph access descriptor initialization (#2688)
rwgk
authored
54ce994
View commit details
Copy full SHA for 54ce994
Browse repository at this point
cuda.core: account for DLTensor.byte_offset in from_dlpack (#2594)
Show description for 64afb35
fedonman
and
mdboom
authored
64afb35
View commit details
Copy full SHA for 64afb35
Browse repository at this point
fix(cuda.core): preserve ordering for asynchronous memory operations in tests (#2657)
Show description for fd9685d
Andy-Jost
authored
fd9685d
View commit details
Copy full SHA for fd9685d
Browse repository at this point
cuda.core: reject operations on closed resource objects (#2635)
Show description for a68ba5e
Andy-Jost
authored
a68ba5e
View commit details
Copy full SHA for a68ba5e
Browse repository at this point
Ft testing test fixes (#2454)
Show description for c0e6c1c
seberg
authored
c0e6c1c
View commit details
Copy full SHA for c0e6c1c
Browse repository at this point
nvbug 6602863: system_event_set_wait fails on events: resize() on non-owning SystemEventData_v1._data view (#2690)
mdboom
authored
61710aa
View commit details
Copy full SHA for 61710aa
Browse repository at this point
fix(cuda.core): declare cdef attrs for system event wrappers and decode packed gpu_id (#2606)
Show description for a4d15df
rluo8
authored
a4d15df
View commit details
Copy full SHA for a4d15df
Browse repository at this point
Commits on Aug 23, 2026
Add cuDNN discovery and NCCL header support (#2680)
Show description for 1ca15a3
DEKHTIARJonathan
and
rwgk
authored
1ca15a3
View commit details
Copy full SHA for 1ca15a3
Browse repository at this point
Commits on Aug 22, 2026
Isolate CUmemLocation construction in a helper (#2683)
Show description for 06afb3b
juenglin
authored
06afb3b
View commit details
Copy full SHA for 06afb3b
Browse repository at this point
Commits on Aug 21, 2026
fix(cuda.core): write NVRTC source to a temp file when debug or lineinfo is enabled (#2679)
Show description for 2ecbca6
lijinf2
authored
2ecbca6
View commit details
Copy full SHA for 2ecbca6
Browse repository at this point
Commits on Aug 20, 2026
cuda.core: fix some type signatures that are too generic (#2670)
Show description for 819c586
juenglin
authored
819c586
View commit details
Copy full SHA for 819c586
Browse repository at this point
Use the CUDA driver for `cuda.core` device enumeration (#2674)
Show description for d95ad86
rwgk
and
isVoid
authored
d95ad86
View commit details
Copy full SHA for d95ad86
Browse repository at this point
Fix clock event coverage with older bindings (#2672)
rwgk
authored
f1152a2
View commit details
Copy full SHA for f1152a2
Browse repository at this point
test(cuda_core): capture machine state on the first CUDA OOM (#2458)
Show description for cbc338d
juenglin
authored
cbc338d
View commit details
Copy full SHA for cbc338d
Browse repository at this point
Restrict remaining public automation to the NVIDIA organization (#2671)
Show description for f39d288
rwgk
authored
f39d288
View commit details
Copy full SHA for f39d288
Browse repository at this point
Commits on Aug 19, 2026
MAINT: Upgrade stubgen-pyx to 0.2.19 (#2653)
Show description for f5fafa3
mdboom
authored
f5fafa3
View commit details
Copy full SHA for f5fafa3
Browse repository at this point
Harden prior-branch artifact lookup (#2643)
Show description for 8d526ec
rwgk
authored
8d526ec
View commit details
Copy full SHA for 8d526ec
Browse repository at this point
fix(cuda.core): warn instead of silently dropping numba_debug on link paths (#2658)
Show description for 6134171
rparolin
and
claude
authored
6134171
View commit details
Copy full SHA for 6134171
Browse repository at this point
test(cuda.core): add note about using multiple conftest modules (#2596)
Show description for 1766775
juenglin
authored
1766775
View commit details
Copy full SHA for 1766775
Browse repository at this point
Commits on Aug 18, 2026
Guard nightly CI for the public repository (#2669)
Show description for b3ef96e
rwgk
authored
b3ef96e
View commit details
Copy full SHA for b3ef96e
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL