We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17b21e commit dc5c9e7Copy full SHA for dc5c9e7
bindings/torch/setup.py
@@ -177,7 +177,7 @@ def find_cl_path():
177
else:
178
cuda_include_dir = os.path.join(os.path.dirname(os.path.dirname(nvcc_path)), "include")
179
180
- cuda_headers = glob(f"{cuda_include_dir}/cuda_fp16*")
+ cuda_headers = glob(f"{cuda_include_dir}/cuda_fp16*") + glob(f"{cuda_include_dir}/vector*")
181
tcnn_headers = glob(f"{root_dir}/include/tiny-cuda-nn/*", recursive=True)
182
pcg32_headers = glob(f"{root_dir}/dependencies/pcg32/*")
183
0 commit comments