1+ LICENSE
2+ *.html
3+ *.json
14*.md
5+ *.png
26.gitattributes
7+ .gitignore
38.github/BACKPORT_BRANCH
9+ requirements*.txt
10+ cuda_bindings/examples/*
11+
12+ # Vendored
13+ cuda_core/cuda/core/experimental/dlpack.h
14+
415.github/copy-pr-bot.yaml
5- .gitignore
6- ci/versions.json
7- cuda_bindings/LICENSE
816cuda_bindings/MANIFEST.in
917cuda_bindings/benchmarks/conftest.py
1018cuda_bindings/benchmarks/kernels.py
@@ -67,33 +75,8 @@ cuda_bindings/cuda/nvrtc.pyx
6775cuda_bindings/docs/Makefile
6876cuda_bindings/docs/build_docs.sh
6977cuda_bindings/docs/make.bat
70- cuda_bindings/docs/source/_static/images/Nsight-Compute-CLI-625x473.png
7178cuda_bindings/docs/source/_static/javascripts/version_dropdown.js
72- cuda_bindings/docs/source/_static/logo-dark-mode.png
73- cuda_bindings/docs/source/_static/logo-light-mode.png
74- cuda_bindings/docs/source/_templates/main.html
75- cuda_bindings/docs/source/_templates/sidebar/variant-selector.html
7679cuda_bindings/docs/source/conf.py
77- cuda_bindings/docs/versions.json
78- cuda_bindings/examples/0_Introduction/clock_nvrtc_test.py
79- cuda_bindings/examples/0_Introduction/simpleCubemapTexture_test.py
80- cuda_bindings/examples/0_Introduction/simpleP2P_test.py
81- cuda_bindings/examples/0_Introduction/simpleZeroCopy_test.py
82- cuda_bindings/examples/0_Introduction/systemWideAtomics_test.py
83- cuda_bindings/examples/0_Introduction/vectorAddDrv_test.py
84- cuda_bindings/examples/0_Introduction/vectorAddMMAP_test.py
85- cuda_bindings/examples/2_Concepts_and_Techniques/streamOrderedAllocation_test.py
86- cuda_bindings/examples/3_CUDA_Features/globalToShmemAsyncCopy_test.py
87- cuda_bindings/examples/3_CUDA_Features/simpleCudaGraphs_test.py
88- cuda_bindings/examples/4_CUDA_Libraries/conjugateGradientMultiBlockCG_test.py
89- cuda_bindings/examples/common/common.py
90- cuda_bindings/examples/common/helper_cuda.py
91- cuda_bindings/examples/common/helper_string.py
92- cuda_bindings/examples/extra/isoFDModelling_test.py
93- cuda_bindings/examples/extra/jit_program_test.py
94- cuda_bindings/examples/extra/numba_emm_plugin.py
95- cuda_bindings/examples/pytest.ini
96- cuda_bindings/requirements.txt
9780cuda_bindings/site-packages/_cuda_bindings_redirector.pth
9881cuda_bindings/site-packages/_cuda_bindings_redirector.py
9982cuda_bindings/tests/cython/build_tests.bat
@@ -108,24 +91,15 @@ cuda_bindings/tests/test_cudart.py
10891cuda_bindings/tests/test_interoperability.py
10992cuda_bindings/tests/test_kernelParams.py
11093cuda_bindings/tests/test_nvrtc.py
111- cuda_core/LICENSE
11294cuda_core/cuda/core/__init__.pxd
113- cuda_core/cuda/core/experimental/dlpack.h
11495cuda_core/docs/Makefile
11596cuda_core/docs/build_docs.sh
11697cuda_core/docs/source/_static/javascripts/version_dropdown.js
117- cuda_core/docs/source/_static/logo-dark-mode.png
118- cuda_core/docs/source/_static/logo-light-mode.png
119- cuda_core/docs/source/_templates/main.html
120- cuda_core/docs/source/_templates/sidebar/variant-selector.html
121- cuda_core/docs/versions.json
12298cuda_core/tests/conftest.py
12399cuda_core/tests/cython/build_tests.sh
124100cuda_core/tests/example_tests/__init__.py
125101cuda_core/tests/example_tests/test_basic_examples.py
126102cuda_core/tests/example_tests/utils.py
127- cuda_core/tests/requirements-cu11.txt
128- cuda_core/tests/requirements-cu12.txt
129103cuda_core/tests/test_context.py
130104cuda_core/tests/test_device.py
131105cuda_core/tests/test_event.py
@@ -134,15 +108,9 @@ cuda_core/tests/test_memory.py
134108cuda_core/tests/test_module.py
135109cuda_core/tests/test_stream.py
136110cuda_core/tests/test_system.py
137- cuda_python/LICENSE
138111cuda_python/docs/Makefile
139112cuda_python/docs/build_all_docs.sh
140113cuda_python/docs/build_docs.sh
141114cuda_python/docs/environment-docs.yml
142115cuda_python/docs/source/_static/javascripts/version_dropdown.js
143- cuda_python/docs/source/_static/logo-dark-mode.png
144- cuda_python/docs/source/_static/logo-light-mode.png
145- cuda_python/docs/source/_templates/main.html
146- cuda_python/docs/source/_templates/sidebar/variant-selector.html
147116cuda_python/docs/source/conf.py
148- cuda_python/docs/versions.json
0 commit comments