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

renaming TTNNOpsBackendInterface => TTNN_OpModelInterface #1266

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

mbezuljTT
Copy link
Contributor

renaming TTNNOpsBackendInterface => TTNN_OpModelInterface to avoid confusion with traditional meaning of compiler backends

size_t ReluOp::getOpPerfCycles(const std::vector<tt::LayoutAttr> &input_layouts,
const tt::LayoutAttr &output_layout) {
// Implement a custom estimate for relu op cycles.
// TODO(mbezulj) wire to tt-metal once we have API
return 5;
Copy link
Contributor

Choose a reason for hiding this comment

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

42 is the correct value here.

@mbezuljTT mbezuljTT merged commit db38351 into main Nov 14, 2024
19 checks passed
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