-
Notifications
You must be signed in to change notification settings - Fork 796
[SYCL] Added support of rounding modes for non-host devices #1463
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
bader
merged 37 commits into
intel:sycl
from
fadeeval:private/fadeeval/support_rounding_models_for_non-host_devices
Apr 22, 2020
Merged
Changes from 36 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
916dba8
support_rounding_models_for_non-host_devices #1.1
fadeeval 0dba70d
support_rounding_models_for_non-host_devices #1.2
fadeeval 0443893
support_rounding_models_for_non-host_devices #1.3
fadeeval cf7c3d4
Raw commit
fadeeval b4a9f93
Alpha version
fadeeval c671d9b
Alppha 2
fadeeval 6c43eca
Origin
fadeeval bb88eff
Operative commit
fadeeval cf8e720
Fix the return type
fadeeval bbad4df
Converting SYCL types in OpenCL types
fadeeval b9a171e
Formatting and assert changes
fadeeval f927a3e
Fix of the spirv functions declaration
fadeeval 2a96e9b
Metaprogramming
fadeeval a03b462
Adding macros
fadeeval 070fbf5
Restore spirv_ops.hpp
fadeeval 9c13847
Macros improving
fadeeval 543fe09
Unsign to sign convert
fadeeval ec8806a
Reverting
fadeeval 870059e
Patch
fadeeval ea768af
Formatting
fadeeval 238ee1a
Formatting 2
fadeeval c03698b
Revert
fadeeval e0b0566
Formatting 3
fadeeval c5cf20e
Coments
fadeeval 8267f30
Coments fix
fadeeval 33220d7
Formatting 4
fadeeval 5683577
Test fix
fadeeval 5cd3e6e
Test fix2
fadeeval 843bf4a
Cuda unsupp
fadeeval 2a1fb94
delete unsupported: cuda
fadeeval 8921bc3
vec_convert.cpp XFail: cuda
fadeeval f6d6777
Unsupported on cuda buffer_dev_to_dev.cpp
fadeeval e875fbf
TrueChar to Char
fadeeval f1f2897
schar to char
fadeeval c417b51
fix TrueChar
fadeeval 014c0d4
Comments fix
fadeeval b0eb8e0
Fix
fadeeval 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
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.
Please, revert changes in this file.
d9b2d52 already disabled the test.
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.
Do I need to do a rebase?
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.
No. CI system does the merge with tip of the sycl branch before testing.