-
Notifications
You must be signed in to change notification settings - Fork 200
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
test (core/float): Enhanced testing of minifloat formats #1136
Merged
Merged
Changes from 5 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
f25b0d7
test (test/float): Added tests for valid minifloat values
nickfraser 448b59e
test (brevitas/hyp): only generate valid minifloat formats
nickfraser 2c8a4c3
test (core/quant/float): bugfinx in test, set FP64 as default
nickfraser 8e15a53
test (core/quant/float): set examples to 10000
nickfraser 6b5f7c3
style: fix pre-commit
nickfraser 9af5ace
docs (test/float): Improved comment
nickfraser 0edb3df
feat (utils): Added decorator to specify the default datatype
nickfraser 831d682
Revert "test (brevitas/hyp): only generate valid minifloat formats"
nickfraser 3268a28
tests (core/float): Set option to generate only valid minifloat formats
nickfraser 8d31dd6
test (core/float): Allow option to generate only valid minifloat formats
nickfraser dc9d3e6
Style
nickfraser f3047df
test (core/float): changed max_examples to 1000
nickfraser File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@Giuseppe5, any thoughts on a good value here? Maybe
1000
is a good compromise between confidence and test time...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.
Let's do 1K