What is the RHI Thread?

Beside rendering thread,I have found that there exists a thread called RHI thread with its own command list,so what is the role of RHI thread in UE4?

The RHI thread is the one in charge of really calling the rendering commands according to the platform it runs on.

It means Rendering Hardware Interface (as explained here by Tim Sweeney)