Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llama_test.py fail when bumping iree to 20231130.724 #221

Open
5 tasks
AmosLewis opened this issue Dec 5, 2023 · 0 comments
Open
5 tasks

llama_test.py fail when bumping iree to 20231130.724 #221

AmosLewis opened this issue Dec 5, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@AmosLewis
Copy link
Contributor

The llama_test.py fail when bumping iree to 20231130.724 #212 :
It looks like it is some missing ops in torch-mlir from torch dialect to linalg.
llama_torch_test.mlir
llama_torch2linalg.mlir

Add these missing ops into the Model and Op Support tracking #119

  • torch.aten.empty_strided
  • torch.aten.mean.dim
  • torch.aten.expand
  • torch.aten._softmax
  • torch.aten.silu
@AmosLewis AmosLewis added the enhancement New feature or request label Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant