Closed yuanzhi-zhu closed 2 weeks ago
after adding model = torch.compile(model) in the example/mnist code, I got RuntimeError: Triton Error [CUDA]: device kernel image is invalid
model = torch.compile(model)
Thanks for pointing this out, we will investigate
I added that line and it ran without crashes on my machine, could you provide more information? Full logging output, and what version of PyTorch are you using?
after adding
model = torch.compile(model)
in the example/mnist code, I got RuntimeError: Triton Error [CUDA]: device kernel image is invalid