Skip to content

Commit 193fee1

Browse files
committed
Pull out most special files (e.g. LICENSE, vendored file)
1 parent 56fc03e commit 193fee1

1 file changed

Lines changed: 11 additions & 43 deletions

File tree

.spdx-ignore

Lines changed: 11 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
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
816
cuda_bindings/MANIFEST.in
917
cuda_bindings/benchmarks/conftest.py
1018
cuda_bindings/benchmarks/kernels.py
@@ -67,33 +75,8 @@ cuda_bindings/cuda/nvrtc.pyx
6775
cuda_bindings/docs/Makefile
6876
cuda_bindings/docs/build_docs.sh
6977
cuda_bindings/docs/make.bat
70-
cuda_bindings/docs/source/_static/images/Nsight-Compute-CLI-625x473.png
7178
cuda_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
7679
cuda_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
9780
cuda_bindings/site-packages/_cuda_bindings_redirector.pth
9881
cuda_bindings/site-packages/_cuda_bindings_redirector.py
9982
cuda_bindings/tests/cython/build_tests.bat
@@ -108,24 +91,15 @@ cuda_bindings/tests/test_cudart.py
10891
cuda_bindings/tests/test_interoperability.py
10992
cuda_bindings/tests/test_kernelParams.py
11093
cuda_bindings/tests/test_nvrtc.py
111-
cuda_core/LICENSE
11294
cuda_core/cuda/core/__init__.pxd
113-
cuda_core/cuda/core/experimental/dlpack.h
11495
cuda_core/docs/Makefile
11596
cuda_core/docs/build_docs.sh
11697
cuda_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
12298
cuda_core/tests/conftest.py
12399
cuda_core/tests/cython/build_tests.sh
124100
cuda_core/tests/example_tests/__init__.py
125101
cuda_core/tests/example_tests/test_basic_examples.py
126102
cuda_core/tests/example_tests/utils.py
127-
cuda_core/tests/requirements-cu11.txt
128-
cuda_core/tests/requirements-cu12.txt
129103
cuda_core/tests/test_context.py
130104
cuda_core/tests/test_device.py
131105
cuda_core/tests/test_event.py
@@ -134,15 +108,9 @@ cuda_core/tests/test_memory.py
134108
cuda_core/tests/test_module.py
135109
cuda_core/tests/test_stream.py
136110
cuda_core/tests/test_system.py
137-
cuda_python/LICENSE
138111
cuda_python/docs/Makefile
139112
cuda_python/docs/build_all_docs.sh
140113
cuda_python/docs/build_docs.sh
141114
cuda_python/docs/environment-docs.yml
142115
cuda_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
147116
cuda_python/docs/source/conf.py
148-
cuda_python/docs/versions.json

0 commit comments

Comments
 (0)