We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71fcfd5 commit 9a795ceCopy full SHA for 9a795ce
cuda_bindings/setup.py
@@ -220,6 +220,7 @@ def generate_output(infile, local):
220
os.path.join("cuda", "bindings"),
221
os.path.join("cuda", "bindings", "_bindings"),
222
os.path.join("cuda", "bindings", "_internal"),
223
+ os.path.join("cuda", "bindings", "_lib"),
224
os.path.join("cuda", "bindings", "utils"),
225
]
226
input_files = []
0 commit comments