Inductor CPU C++ backend

Hi,
I’m looking at the TorchInductor backend and I found that the Triton exploits a mix of codegen and templates for GPU (PTX) codegen. Does the CPU/C++ backend work similarly or is it 100% codegen?

Thanks!