-
Notifications
You must be signed in to change notification settings - Fork 1
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
TIMM unsupported ops #36
Comments
hardtan and hardswish completed and in PR |
Some issues with max due to return args. Moving this to other sprint. Will tackle stack operator next. Leaving estimate the same for now |
Stack complete. working on the other ops, meeting with Shiv this afternoon to sort out issue we're seeing with stack. Adding min since its the similar operator but same structure/test procedure as max and leverages MIGraphX's reduce_op. This completes coverage for the reduce_op set (max/min/sum/mean) once completed. |
Pushed up fix for max/min. Added argmin to support min as well. Similar to argmax |
Reopening for the last 4 ops that are needed |
The text was updated successfully, but these errors were encountered: