-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][FE][Driver] Implement floating point accuracy control #8280
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
Merged
Merged
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
79792b3
Implement floating point accuracy.
zahiraam c3029ee
Responded to review comments and added more to the implementation.
zahiraam fa51800
Added option falt-math-library and fixed a few things with fpbuiltin-…
zahiraam b584e3d
Added a cc1 option triggered by the fp-accuracy option.
zahiraam ec2dfbc
Merge remote-tracking branch 'remote/sycl' into FPAccuracy
zahiraam be478d8
Remove TargetInfoLibrary dependency.
zahiraam 4c23010
Fix a few things.
zahiraam db8c415
Merge remote-tracking branch 'remote/sycl' into FPAccuracy
zahiraam 2bcd2a8
Fix a few things.
zahiraam bdf5dbe
Adding code to support the option.
zahiraam d796b5f
Fix formatting issues and remove unused code.
zahiraam 6c005d8
Fix format issues.
zahiraam b93d9ec
Respond to review.
zahiraam 17eb30f
Fix typo.
zahiraam 4ffd86f
Add a group to the diag and fixed typo.
zahiraam bd458b9
Fixed typo.
zahiraam 80c131a
Hooking BE code with FE.
zahiraam faae1a0
Responded to review.
zahiraam bbabbb5
Fix format.
zahiraam ef29dfc
Merge remote-tracking branch 'remote/sycl' into FPAccuracy
zahiraam 8aabc41
Responded to review comments.
zahiraam 6681fc2
Fixed Lit test failures.
zahiraam 20fd09b
Fixed sincos issue and did some code refactoring.
zahiraam 300d2fe
Remove FPAccuracyMap.
zahiraam 1e148b3
Added testing for the all the fpbuiltin.
zahiraam 4f6089a
Fix format.
zahiraam 5a61b28
Fix format.
zahiraam f02d393
Fix format.
zahiraam 061ca9f
Merge remote-tracking branch 'remote/sycl' into FPAccuracy
zahiraam edb89ce
Added default mode.
zahiraam ec3be13
Responded to reviews.
zahiraam 9cce8b7
Fix format.
zahiraam 2ea8d5a
Added support for math-errno.
zahiraam 7abea95
Fixed diag comment.
zahiraam 773f1ed
Fix lit test.
zahiraam 68c9a70
Fixed Diag.
zahiraam a7c7546
Merge remote-tracking branch 'remote/sycl' into FPAccuracy
zahiraam bffc1fd
Responded to review comments.
zahiraam 7900b87
Responded to review comments.
zahiraam a71e5f2
Responded to review comments.
zahiraam a05458f
Responded to review comments.
zahiraam 02831e8
Responded to review comments.
zahiraam 680bd47
Merge remote-tracking branch 'remote/sycl' into FPAccuracy
zahiraam c3f2ca2
Fix format.
zahiraam 10715d3
Merge remote-tracking branch 'remote/sycl' into FPAccuracy
zahiraam a3803db
Re-wrote the condition to make it more readable. Edited the comment
zahiraam 98ed36d
Responded to review comments.
zahiraam cdfec2c
Merge remote-tracking branch 'remote/sycl' into FPAccuracy
zahiraam 831aa36
Merge remote-tracking branch 'remote/sycl' into FPAccuracy
zahiraam a0adb9e
Merge remote-tracking branch 'remote/sycl' into FPAccuracy
zahiraam d3d470e
Responded to review for CmakeLists.txt.
zahiraam e08362e
Responded to review about the AttrList.
zahiraam 6d5890d
Fixed typo.
zahiraam 7d3c976
Merge remote-tracking branch 'remote/sycl' into FPAccuracy
zahiraam 9c86522
Merge remote-tracking branch 'remote/sycl' into FPAccuracy
zahiraam 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.