Does BVH construction use RT core?

Hello!
I have a simple question. Does the BVH construction use RT core? Or it just runs on CUDA core?
Thanks.

1 Like

It runs on the CUDA Streaming Multiprocessors.
The RT cores only do BVH traversal on the resulting acceleration structures, and ray-triangle intersections.

1 Like