File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: Apache-2.0
44
5+ from cuda .bindings .path_finder import _load_nvidia_dynamic_library
56from cuda .core ._version import __version__
7+
8+ """ _load_nvidia_dynamic_library("nvrtc") """
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ dependencies = [
4646]
4747
4848[project .optional-dependencies ]
49- cu11 = [" cuda-bindings==11.8.*" ]
50- cu12 = [" cuda-bindings==12.*" ]
49+ cu11 = [" cuda-bindings[all] ==11.8.*" ]
50+ cu12 = [" cuda-bindings[all] ==12.*" ]
5151test = [" cython>=3.0" , " setuptools" , " pytest>=6.2.4" ]
5252test-cu11 = [" cuda-core[test]" , " cupy-cuda11x" , " nvidia-cuda-runtime-cu11" ] # runtime headers needed by CuPy
5353test-cu12 = [" cuda-core[test]" , " cupy-cuda12x" , " nvidia-cuda-runtime-cu12" ] # runtime headers needed by CuPy
You can’t perform that action at this time.
0 commit comments