Replies: 1 comment
-
Hi @pttuan! Thanks for your interest in the project, and sorry for the delay in responding. Since the project is still in very early stages, supporting arbitrary models, especially code generated from torch inductor is very limited. We're in the process of adding features and bug fixes and will eventually get to fixing #16. Thanks again! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Everybody,
I am trying to use the ResNet50 model (pre-trained) and following this path: ResNet50 -> PyTorch Inductor -> Triton-shared. Currently, I am experiencing the same issue as described in #16 when PyTorch attempts to run pointwise kernels. Since the matmul kernel works with Triton-shared, I wonder if anyone knows how to:
Also, has anyone used a real model following the same path with Triton-shared?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions