bvh-distance-queries icon indicating copy to clipboard operation
bvh-distance-queries copied to clipboard

Results 2 bvh-distance-queries issues
Sort by recently updated
recently updated
newest added

I tried to make it work with CUDA 11.3, but I learned that anything above CUDA 11.0 isn't supported, is there a way to fix this?

I'm getting the following error: ``` LINK : fatal error LNK1181: cannot open input file 'C:\Users\leron.julian\Desktop\ljulian_work\INSTA-pytorch\bvh\build\temp.win-amd64-cpython-39\Release\src\bvh_cuda_op.obj' error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX86\\x64\\link.exe' failed with exit code 1181 ``` How...