GitHub / NVIDIA/cuda-python issues and pull requests
#758 - cuda-python: make it possible to build wheel from sdist
Pull Request -
State: closed - Opened by mgorny 15 days ago
- 2 comments
#744 - cuda-core v0.3.1 release checklist
Issue -
State: open - Opened by leofang 28 days ago
Labels: P0, cuda.core
#743 - Fix CI build-time parallelism + support the same env var in `cuda.core`
Pull Request -
State: open - Opened by leofang 28 days ago
- 5 comments
Labels: bug, P0, CI/CD, cuda.bindings, cuda.core
#742 - CI: Upload wheels to release artifacts
Issue -
State: open - Opened by leofang 29 days ago
Labels: enhancement, triage, P0, CI/CD, cuda.bindings, cuda.core, cuda.pathfinder
#741 - Restore option to run testing without cupy installed.
Pull Request -
State: closed - Opened by rwgk 29 days ago
- 6 comments
Labels: P1, test, cuda.core
#740 - cuda_core/tests/test_event.py::test_timing_success WSL compatibility
Pull Request -
State: closed - Opened by rwgk 29 days ago
- 4 comments
Labels: P1, test, cuda.core
#739 - `Device.set_current()` is slow
Issue -
State: open - Opened by leofang 30 days ago
- 1 comment
Labels: enhancement, triage, P0, cuda.core
#738 - Bump korthout/backport-action from 3.2.0 to 3.2.1
Pull Request -
State: closed - Opened by dependabot[bot] 30 days ago
- 2 comments
Labels: dependencies, github_actions
#737 - Bump github/codeql-action from 3.29.0 to 3.29.2
Pull Request -
State: closed - Opened by dependabot[bot] 30 days ago
- 6 comments
Labels: dependencies, github_actions
#735 - Reasoning for and potential side effects of linking `cudart_static`?
Issue -
State: closed - Opened by BwL1289 about 1 month ago
Labels: triage
#734 - Add `cuda.core.utils.get_aligned_dtype`
Issue -
State: open - Opened by leofang about 1 month ago
- 1 comment
Labels: P0, feature, cuda.core
#733 - Add note about compute sanitizer for ccx.Device()
Pull Request -
State: open - Opened by ZzEeKkAa about 1 month ago
- 4 comments
Labels: documentation, P1, cuda.core
#732 - [BUG]: Missing import `{{py:import platform}}` when compiling from source
Issue -
State: closed - Opened by BwL1289 about 1 month ago
- 16 comments
Labels: bug, awaiting-response, triage
#731 - [BUG]: Error when building from sources
Issue -
State: closed - Opened by BwL1289 about 1 month ago
- 3 comments
Labels: bug
#730 - [BUG]: cuda_bindings/examples globalToShmemAsyncCopy_test.py "catastrophic error" is masked by pytest skipped
Issue -
State: open - Opened by rwgk about 1 month ago
- 3 comments
Labels: bug, P0, cuda.bindings
#729 - Add a convenient shortcut `Device.arch` that returns the CC value as a string
Issue -
State: open - Opened by leofang about 1 month ago
Labels: enhancement, P0, cuda.core
#728 - Ensure an insufficient driver version would raise an exception in `cuda.bindings` tests
Issue -
State: open - Opened by leofang about 1 month ago
Labels: triage, P2, test, cuda.bindings
#727 - Ensure the mempool wrapped behind `DeviceMemoryResource` can be customized
Issue -
State: open - Opened by leofang about 1 month ago
Labels: enhancement, P0, cuda.core
#726 - Provide a nice wrapper over `DeviceMemoryResource` and `_SynchronousMemoryResource`
Issue -
State: open - Opened by leofang about 1 month ago
Labels: enhancement, P1, cuda.core
#725 - Fix nvbugpro 5348750
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 month ago
- 10 comments
Labels: bug, P0, cuda.core
#724 - Test against CTK 12.0 + earliest driver
Pull Request -
State: closed - Opened by leofang about 1 month ago
- 7 comments
#723 - Move `pathfinder` to cuda-python top level
Pull Request -
State: open - Opened by rwgk about 1 month ago
- 7 comments
Labels: enhancement, P0, cuda.pathfinder
#723 - Move `pathfinder` to cuda-python top level
Pull Request -
State: closed - Opened by rwgk about 1 month ago
- 55 comments
Labels: enhancement, P0, cuda.pathfinder
#722 - cuda_core forward compatibility changes.
Pull Request -
State: closed - Opened by rwgk about 1 month ago
- 13 comments
Labels: enhancement, P0, cuda.core
#721 - [DOC]: C API doc strings don't always make sense with python bindings
Issue -
State: open - Opened by ngimel about 1 month ago
- 1 comment
Labels: documentation, enhancement, cuda.bindings, blocked
#720 - Add a "Getting Started" page to the documentation
Pull Request -
State: closed - Opened by shwina about 1 month ago
- 6 comments
Labels: documentation, P0, cuda.core
#719 - [FEA]: Move `path_finder` to cuda-python top level
Issue -
State: closed - Opened by rwgk about 1 month ago
Labels: P0, cuda.bindings, cuda.pathfinder
#718 - [FEA]: Add a `ManagedMemoryResource`
Issue -
State: open - Opened by shwina about 1 month ago
Labels: triage, P1, feature, cuda.core
#717 - Ensure correct handling of buffers allocated with `LegacyPinnedMemoryResource.allocate` as kernel parameters
Pull Request -
State: closed - Opened by shwina about 1 month ago
- 13 comments
Labels: bug, P0, cuda.core
#716 - [FEA]: Support for finding `libcudadevrt.a` through pathfinder
Issue -
State: open - Opened by brandon-b-miller about 1 month ago
- 6 comments
Labels: enhancement, P0, cuda.pathfinder
#715 - [BUG]: Cannot pass pinned memory buffer to kernels
Issue -
State: closed - Opened by shwina about 1 month ago
Labels: bug, P0, cuda.core
#714 - [FEA]: Make `Linker.backend` a `classmethod`
Issue -
State: open - Opened by brandon-b-miller about 1 month ago
- 1 comment
Labels: enhancement, P0, cuda.core
#713 - Fix Windows build CI
Pull Request -
State: closed - Opened by leofang about 1 month ago
- 4 comments
Labels: bug, P0, CI/CD
#712 - Re-work on `Linker` dispatching logic
Issue -
State: open - Opened by leofang about 1 month ago
Labels: enhancement, P0, cuda.core
#711 - Bump pypa/cibuildwheel from 2.23.3 to 3.0.0
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
- 8 comments
Labels: dependencies, github_actions
#710 - Bump github/codeql-action from 3.28.19 to 3.29.0
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
- 1 comment
Labels: dependencies, github_actions
#709 - Cythonize away some perf hot spots
Pull Request -
State: closed - Opened by leofang about 2 months ago
- 15 comments
Labels: enhancement, P0, cuda.core
#708 - [FEA]: Improve toolshed/build_path_finder_dlls.py to minimize potential for accidents.
Issue -
State: open - Opened by rwgk about 2 months ago
Labels: triage, cuda.pathfinder
#706 - Fix release workflow, again
Pull Request -
State: closed - Opened by leofang about 2 months ago
- 3 comments
Labels: bug, P0, CI/CD
#705 - Fix release workflow
Pull Request -
State: closed - Opened by leofang about 2 months ago
- 2 comments
Labels: bug, P0, CI/CD
#704 - Avoid referencing the current device in `LaunchConfig`
Issue -
State: open - Opened by leofang about 2 months ago
Labels: enhancement, P1, cuda.core
#703 - Bump `cuda.core` to v0.3.0
Pull Request -
State: closed - Opened by leofang about 2 months ago
- 2 comments
Labels: P0, cuda.core
#702 - [FEA]: `runtime.getLocalRuntimeVersion()` → `path_finder`
Issue -
State: open - Opened by rwgk about 2 months ago
Labels: enhancement, P1, cuda.bindings, cuda.pathfinder
#701 - Bump conda-incubator/setup-miniconda from 3.1.1 to 3.2.0
Pull Request -
State: closed - Opened by dependabot[bot] about 2 months ago
- 6 comments
Labels: dependencies, github_actions
#700 - Bump github/codeql-action from 3.28.18 to 3.28.19
Pull Request -
State: closed - Opened by dependabot[bot] about 2 months ago
- 5 comments
Labels: dependencies, github_actions
#699 - Allow `Device.set_current()` to return self?
Issue -
State: open - Opened by leofang about 2 months ago
Labels: enhancement, triage, cuda.core
#697 - `cuda-bindings` examples are not run as part of the CI
Issue -
State: open - Opened by leofang about 2 months ago
Labels: P0, test, cuda.bindings, example
#696 - [FEA]: Ability to list the kernel execution queue
Issue -
State: closed - Opened by Ind1x1 about 2 months ago
Labels: triage
#695 - Update docs for v0.3.1 release
Pull Request -
State: closed - Opened by rwgk about 2 months ago
- 8 comments
Labels: documentation, P0, cuda.core
#694 - cuda-core v0.3.0 release checklist
Issue -
State: closed - Opened by leofang about 2 months ago
Labels: P0, cuda.core
#693 - Make a few memory management objects public + Miscellaneous doc updates
Pull Request -
State: closed - Opened by leofang about 2 months ago
- 8 comments
Labels: P0, feature, cuda.core, breaking
#692 - Make `cuda-bindings` buildable against CTK wheels?
Issue -
State: open - Opened by leofang about 2 months ago
- 2 comments
Labels: triage, packaging, cuda.bindings
#691 - Add `cuda-cccl` as a required dependency to `cuda-python`
Issue -
State: open - Opened by leofang about 2 months ago
Labels: triage, RFC, packaging, blocked
#690 - Add missing `nvvmGetErrorString()` bindings.
Pull Request -
State: closed - Opened by rwgk about 2 months ago
- 3 comments
Labels: P0, feature, cuda.bindings
#689 - Add missing NVRTC error handling in `test_nvjitlink.py:get_dummy_ltoir()`
Pull Request -
State: closed - Opened by rwgk about 2 months ago
- 4 comments
Labels: P1, test, cuda.bindings
#688 - Update the notes on the CCCL and nvmath-python projects
Pull Request -
State: closed - Opened by leofang about 2 months ago
- 6 comments
Labels: documentation, P1
#687 - Make compute-sanitizer not report API errors as errors
Pull Request -
State: closed - Opened by leofang about 2 months ago
- 5 comments
Labels: P0, test, cuda.bindings, cuda.core
#686 - Add PTX helpers
Pull Request -
State: open - Opened by leofang about 2 months ago
- 1 comment
Labels: P0, feature, cuda.bindings
#685 - Rely more on the driver for input checks to reduce latency
Issue -
State: open - Opened by leofang about 2 months ago
Labels: enhancement, triage, P1, cuda.core
#684 - Draft: Add cufile bindings
Pull Request -
State: open - Opened by sourabgupta3 about 2 months ago
- 12 comments
Labels: P0, feature, cuda.bindings
#683 - Add binding to `nvvmGetErrorString`
Issue -
State: closed - Opened by leofang about 2 months ago
Labels: P0, feature, cuda.bindings
#682 - Allow `ObjectCode` to have a name
Pull Request -
State: closed - Opened by leofang about 2 months ago
- 9 comments
Labels: P1, feature, cuda.core
#681 - [FEA]: ncu metrics within cuda-python
Issue -
State: open - Opened by capybara-club about 2 months ago
Labels: triage
#680 - path_finder tweaks (experiment)
Pull Request -
State: closed - Opened by rwgk about 2 months ago
- 3 comments
#679 - Clean up cffi resources in file
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 2 months ago
- 5 comments
Labels: P1, test, cuda.core
#678 - Bugfix/multiple ptxas options values
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 2 months ago
- 5 comments
Labels: bug, P0, cuda.core
#677 - [DONT MERGE] Make stream creation faster
Pull Request -
State: closed - Opened by emcastillo about 2 months ago
- 3 comments
Labels: enhancement, triage, P0, cuda.core
#676 - Support cooperative launch
Pull Request -
State: closed - Opened by leofang about 2 months ago
- 7 comments
Labels: P0, feature, cuda.core
#675 - [BUG]: Many device attributes are missing
Issue -
State: open - Opened by leofang about 2 months ago
- 1 comment
Labels: bug, triage, P0, cuda.core
#674 - Add `cuda.core.NDBuffer`
Issue -
State: open - Opened by leofang about 2 months ago
- 2 comments
Labels: triage, P1, feature, cuda.core
#673 - Repair Windows wheels
Pull Request -
State: closed - Opened by leofang about 2 months ago
- 5 comments
Labels: P0, packaging, cuda.bindings, cuda.core
#672 - Migrate to `windows-2022` for Windows CI builds
Pull Request -
State: closed - Opened by cryos about 2 months ago
- 6 comments
Labels: P0, CI/CD, packaging
#671 - Support the driver error logging system
Issue -
State: open - Opened by leofang about 2 months ago
Labels: triage, P1, feature, cuda.core
#670 - [FEA]: Support latest NVRTC features in `cuda.core.Program`
Issue -
State: open - Opened by leofang about 2 months ago
Labels: triage, P0, feature, cuda.core
#669 - Add tests to cover scalar handling in `launch()` + Fix fp16 bug
Pull Request -
State: closed - Opened by leofang about 2 months ago
- 5 comments
Labels: bug, P0, test, cuda.core
#668 - [BUG]: Second argument to ptxas_options fails to parse
Issue -
State: closed - Opened by capybara-club about 2 months ago
Labels: bug, triage, cuda.core
#667 - MNT: Bump DLPack header to 1.1
Pull Request -
State: closed - Opened by leofang 2 months ago
- 4 comments
Labels: enhancement, P1, cuda.core
#666 - Make `test_nvjitlink.py` less noisy.
Pull Request -
State: closed - Opened by rwgk 2 months ago
- 4 comments
Labels: P1, test, cuda.bindings
#665 - CI: Move away from using the `windows-2019` image
Issue -
State: closed - Opened by leofang 2 months ago
Labels: support, P0, CI/CD
#664 - [FEA]: cuda.core constructs which share underlying C structure should hash to same value
Issue -
State: open - Opened by carterbox 2 months ago
- 2 comments
Labels: enhancement, triage, P1, cuda.core
#663 - [FEA]: Tests for `ltoir`, `fatbin`, `object`, and `library` constructors
Issue -
State: open - Opened by brandon-b-miller 2 months ago
Labels: triage, P1, test, cuda.core
#662 - [FEA]: Allow specifying the names of inputs to the Linker
Issue -
State: closed - Opened by kkraus14 2 months ago
- 1 comment
Labels: P1, feature, cuda.core
#661 - Initial version of `path_finder` `find_nvidia_headers.py` (Minimal Viable Product)
Pull Request -
State: open - Opened by rwgk 2 months ago
- 3 comments
Labels: P0, feature, cuda.bindings
#660 - Enable serialization/deserialization of `ObjectCode` instances
Pull Request -
State: closed - Opened by brandon-b-miller 2 months ago
- 4 comments
Labels: P0, feature, cuda.core
#659 - [BUG]: CUDA API calls through `cuda-bindings` 3x slower than direct CUDA C++ API calls
Issue -
State: open - Opened by lucifer1004 2 months ago
- 1 comment
Labels: bug, triage, cuda.bindings
#658 - [FEA]: Faster initialization time for `cuda.core` abstractions
Issue -
State: closed - Opened by carterbox 2 months ago
- 8 comments
Labels: enhancement, P0, cuda.core
#657 - [DOC]: Description of `EventOptions.busy_waited_sync` is contradictory
Issue -
State: open - Opened by carterbox 2 months ago
Labels: documentation, triage, cuda.core
#656 - CI: Add coverage tests
Issue -
State: open - Opened by leofang 2 months ago
Labels: triage, P1, CI/CD, cuda.core
#655 - Fix accident in cuda_bindings/cuda/bindings/_path_finder/supported_libs.py
Pull Request -
State: closed - Opened by rwgk 2 months ago
- 5 comments
Labels: enhancement, P1, cuda.bindings
#654 - path_finder enhancement: Use Driver version to target compatible .so/.dll versions
Issue -
State: open - Opened by rwgk 2 months ago
Labels: enhancement, triage, P0, cuda.bindings, cuda.pathfinder
#653 - Add a helper function to map PTX ISA versions to the corresponding CTK versions
Issue -
State: open - Opened by leofang 2 months ago
- 6 comments
Labels: P0, feature, cuda.bindings
#652 - Add more `ObjectCode` constructors
Pull Request -
State: closed - Opened by brandon-b-miller 2 months ago
- 14 comments
Labels: P0, feature, cuda.core
#650 - Add support for user-opt-in logging in path finder
Issue -
State: open - Opened by leofang 2 months ago
Labels: enhancement, triage, cuda.bindings, cuda.pathfinder
#649 - Add `Buffer.release()`
Pull Request -
State: open - Opened by leofang 2 months ago
- 6 comments
Labels: triage, feature, cuda.core
#648 - Feature/occupancy
Pull Request -
State: closed - Opened by oleksandr-pavlyk 2 months ago
- 14 comments
Labels: enhancement, P0, cuda.core
#647 - CI: `compute-sanitizer` package is not correctly cached
Issue -
State: closed - Opened by leofang 2 months ago
- 1 comment
Labels: bug, P0, CI/CD
#646 - [FEA]: Define new protocol(s) defining the size of an object in GPU memory
Issue -
State: open - Opened by vyasr 2 months ago
Labels: triage, feature, cuda.core
#645 - Unify Common CI Code for Windows and Linux
Pull Request -
State: closed - Opened by cryos 2 months ago
- 22 comments
Labels: enhancement, P1, CI/CD
#644 - CI: Set up a dependentbot to update GHA versions
Issue -
State: closed - Opened by leofang 2 months ago
Labels: support, P1, CI/CD
#642 - `cuda.bindings` build time on Linux becomes ~2x slower
Issue -
State: open - Opened by leofang 2 months ago
- 2 comments
Labels: P0, CI/CD, packaging, cuda.bindings