Hello!
I have a simple question. Does the BVH construction use RT core? Or it just runs on CUDA core?
Thanks.
It runs on the CUDA Streaming Multiprocessors.
The RT cores only do BVH traversal on the resulting acceleration structures, and ray-triangle intersections.