-
Notifications
You must be signed in to change notification settings - Fork 797
[SYCL] vec abi unification and trivially copyable #9492
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
againull
merged 30 commits into
intel:sycl
from
cperkinsintel:cperkins-vec-abi-unification
Aug 2, 2023
Merged
Changes from 25 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
6883d86
test and tidy
cperkinsintel dd2ef1b
min functionality. incomplete headers tho
cperkinsintel fc31559
CMakeList to suppress warning
cperkinsintel 9d2e2ed
removing SYCL_USE_VECTOR_EXT and adding VectorDataType
cperkinsintel eb2c2e6
some clean up
cperkinsintel 5b46ab1
remove comment
cperkinsintel d58891d
stray comment
cperkinsintel a1ca45e
unused var warn
cperkinsintel 9b3a18b
more uninitialized vars? why not seeing these when building locally?
cperkinsintel a6a933f
std::byte not convertible to uchar. adding cast to avoid initializati…
cperkinsintel 471dc58
adjust windows test
cperkinsintel bde71ef
Merge branch 'sycl' into cperkins-vec-abi-unification
cperkinsintel e538116
checkpoint. overlooked constexpr contstructor.
cperkinsintel a40d764
cleanup. still a test failing though.
cperkinsintel 8d71c2c
update generic_type_traits.hpp
cperkinsintel a744971
update vector_t, no need for late cast. Still having a conversion iss…
cperkinsintel 9c1ade0
clang-format destroying code. Added the missing conversion.
cperkinsintel 7261467
clang-format demands tribute
cperkinsintel 4af50f7
copy constructor s.b. constexpr
cperkinsintel a47dba8
min macro from windows.h thwarted
cperkinsintel d97e2b1
Merge branch 'sycl' into cperkins-vec-abi-unification
cperkinsintel 3410dd1
found and working around strange internal compiler error coming from …
cperkinsintel c6e3652
Merge branch 'sycl' into cperkins-vec-abi-unification
cperkinsintel 50d33a3
abi symbols linux
cperkinsintel 99ee99f
reviewer feedback
cperkinsintel 0dd4021
host only uses std::array
cperkinsintel c558894
now that host is never using ext_vector_type, the __NO_EXT_VECTOR_TYP…
cperkinsintel a8a0a26
Steffen's kludge > Chris' kludge
cperkinsintel c3f9677
remove unneeded HAS_EXT_VECTOR_TYPEs
cperkinsintel 47a38e3
merge conflict resolved
cperkinsintel 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.