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’>)}
How to reproduce this issue?