We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f715518 commit 90a5631Copy full SHA for 90a5631
.gitignore
@@ -22,13 +22,13 @@ rmm.egg-info/
22
python/build
23
python/*/build
24
python/rmm/docs/_build
25
-python/rmm/**/librmmm/**/*.cpp
26
-!python/rmm/librmmm/_torch_allocator.cpp
+python/rmm/**/librmm/**/*.cpp
+!python/rmm/librmm/_torch_allocator.cpp
27
python/rmm/**/librmm/**/*.h
28
python/rmm/**/librmm/.nfs*
29
-python/rmm/**/pylibrmmm/**/*.cpp
30
-python/rmm/**/pylibrmmm/**/*.h
31
-python/rmm/**/pylibrmmm/.nfs*
+python/rmm/**/pylibrmm/**/*.cpp
+python/rmm/**/pylibrmm/**/*.h
+python/rmm/**/pylibrmm/.nfs*
32
python/rmm/_cuda/*.cpp
33
python/rmm/tests/*.cpp
34
python/rmm/*.ipynb
0 commit comments