-
Notifications
You must be signed in to change notification settings - Fork 74
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
Npetrovic/float8 unit tests #4206
Conversation
2805a02
to
a88ce25
Compare
if in_mem_config[2] == "SYSTEM_MEMORY": | ||
in_mem_config[2] = None | ||
|
||
print(in_mem_config) |
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.
Remove print
if in_mem_config[2] == "SYSTEM_MEMORY": | ||
in_mem_config[2] = None | ||
|
||
print(in_mem_config) |
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.
Remove print
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.
Done
Additional bfloat8 unit tests for low PCC operations.