cubvh
cubvh copied to clipboard
CUDA Mesh BVH tools.
Hello author~ Recently I've been testing cuBVH in RTX 3070, torch 2.1.0, cuda 11.8, ubuntu 20 and I found that when initializing the mesh is extremely slow and takes half...
torch2.1.2+cu121+python3.11 Even if I put crtdefs.h in site-packages\torch\include\pybind11\eigen, it won't work
Use case
Ashawkey I first must say I follow your work religiously and can't thank you enough for your work. I was hoping you can give me a practical breakdown of cubvh...
I run `pip install git+https://github.com/ashawkey/cubvh` to install cubvh. I have updated eigen to 3.3.7 by running `sudo apt install libeigen3-dev`. I successfully install cubvh in virtual environment (python3.8+cuda11.7+torch2.0.0). However, I...