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

#12758: Add queue_id and optional output tensors to div and trunc op #12861

Merged
merged 3 commits into from
Sep 20, 2024

Conversation

mouliraj-mcw
Copy link
Contributor

@mouliraj-mcw mouliraj-mcw commented Sep 19, 2024

Ticket

Link to Github Issue #12758 , #12763

What's changed

  • Added queue_id and optional output tensors to ttnn.div
  • Added queue_id and optional output tensors to ttnn.trunc

Perf before vs after:
op,count,python min dispatch time (ms),python mean dispatch time(ms),python mean dispatch + sync time (ms)

ttnn.div, 800, 0.105, 0.132, 0.756, 0.038 (Before)
ttnn.div, 800, 0.112, 0.132, 0.756, 0.037 - (After)

Checklist

Copy link
Contributor

@VirdhatchaniKN VirdhatchaniKN left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants