-
Notifications
You must be signed in to change notification settings - Fork 98
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
#6721: Fix log nan issue #12839
Conversation
27581f8
to
0c5b916
Compare
0c5b916
to
b7725ba
Compare
b7725ba
to
792f99d
Compare
result = std::numeric_limits<float>::quiet_NaN(); | ||
} | ||
v_endif; | ||
|
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one for example: https://github.com/tenstorrent/tt-metal/actions/workflows/perf-device-models.yaml
792f99d
to
124a0ee
Compare
124a0ee
to
fd10654
Compare
Closing PR as issue has been assigned to LLK Team, #12776 |
Ticket
Link to Github Issue
What's changed
Fix log nan issue
Checklist