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

#6721: Fix log nan issue #12839

Closed
wants to merge 1 commit into from
Closed

#6721: Fix log nan issue #12839

wants to merge 1 commit into from

Conversation

ruthreshx
Copy link
Contributor

@ruthreshx ruthreshx commented Sep 18, 2024

Ticket

Link to Github Issue

What's changed

Fix log nan issue

Checklist

  • Post commit CI passes
  • Blackhole Post commit (if applicable)
  • Model regression CI testing passes (if applicable)

@ruthreshx ruthreshx marked this pull request as ready for review September 20, 2024 04:49
result = std::numeric_limits<float>::quiet_NaN();
}
v_endif;

Copy link
Contributor

Choose a reason for hiding this comment

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

@ruthreshx Can you run the performance pipeline as well and make sure the extra conditional cycles have not had large effects on performance?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi @rtawfik01 ,
May I know what all the workflows that needs to be run for performance check?

Copy link
Contributor

Choose a reason for hiding this comment

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

@VirdhatchaniKN
Copy link
Contributor

Closing PR as issue has been assigned to LLK Team, #12776

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.

3 participants