I’m reproducing a test failure in my pull request, https://hud.pytorch.org/pr/pytorch/pytorch/139141#33075326227, a triton failure in CPU backend.
BUt my triton doesn’t have CPU backend, so I couldn’t test it.
Here’s CPU backends my triton supports:
‘nvidia’: Backend(compiler=<class ‘nvi.CUDABackend’>, driver=<class ‘nvi.CudaDriver’>), ‘amd’: Backend(compiler=<class ‘.HIPBackend’>, driver=<class ‘.HIPDriver’>)}
Is there any introduction for using triton-cpu as the backend of inductor?
I mean usually there are some docs or other materials for triton-gpu in dynamo, but triton-cpu may be a new feature with only PRs in pytorch repo.
I’d like to explore how those developers introduce triton-cpu into inductor @jansel@zero000064