-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add TVM decomposition for masked_scatter op #1188
base: main
Are you sure you want to change the base?
Conversation
|
|
1 similar comment
|
@ashokkumarkannan1 seems like a few of tests are failing. Can we fix those before pushing for review? Until then, it can probably be a Draft PR? :)) |
fe819d8
to
05d38a5
Compare
05d38a5
to
161f799
Compare
|
|
|
|
### Ticket Fix #1177 ### What's changed Add Model tests for Llava Model ### Logs [test_llava.log](https://github.com/user-attachments/files/18687248/test_llava.log) ### Current Issue ``` E NotImplementedError: The following operators are not implemented: ['aten::masked_scatter'] ``` And this will be solved in this PR - #1188
177d664
to
6cc38c1
Compare
d828ed5
to
1b55360
Compare
|
|
1 similar comment
|
|
|
1 similar comment
|
|
1 similar comment
|
Let's first finish the change on the tvm side, so we can get to this later. Also please change |
Ticket
Fix #1187
Problem description
What's changed
tt-forge-fe/forge/csrc/passes/erase_inverse_ops.cpp:69: users.size() > 0
for the 3rd test case in Masked Scatter which is collected from the BevFormer Model