Skip to content

[NFCI][SYCL] Rework of DeclBodyCreator/Array Handling in prep of non-Decomposition #2370

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 23 commits into from
Sep 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
9ea4937
[NFCI][SYCL] WIP On Rework of how arrays function.
Aug 21, 2020
72b52d8
Add QualType to EnterStruct/LeaveStruct so that it properly knows how…
Aug 25, 2020
eee0bff
Get special base types to work
Aug 25, 2020
77b12c7
Fix Array Kernel Param test--
Aug 26, 2020
25edc1f
Fix streams but putting 'handle' first to match the rest of the colle…
Aug 26, 2020
9b14462
Fix init call for members inside an array, update the test to better …
Aug 26, 2020
5ce171f
Update test, now no longer loops through
Aug 26, 2020
7e745ec
Clang-format
Aug 26, 2020
03ad0d2
Add enter/leaveStream, since the handling for them is so different fr…
Aug 27, 2020
90ae330
Correct behavior of integration header, now that enterField isn't here.
Aug 27, 2020
1a96e20
Clang-format fixes
Aug 27, 2020
693ae2b
Revert "Correct behavior of integration header, now that enterField i…
Aug 27, 2020
a6ee425
Reapply Correct behavior of integration header, now that enterField i…
Aug 27, 2020
7ed04d7
Fix a pair of issues in stream/arrays of struct, add streams test tha…
Aug 28, 2020
891454b
Refactor to make memberexprbases less error prone
Aug 28, 2020
307b07a
Clang-format
Aug 28, 2020
865d275
Woops, fixed a build error, guess I committed too early
Aug 28, 2020
766887a
Fix a couple of @Fznamznon comments
Aug 31, 2020
f208da7
Update 'streams' test to have accessor in it
Aug 31, 2020
047ab16
Code style fixes, function names start with a lower case
Aug 31, 2020
33f92b0
Clang-format
Aug 31, 2020
587cc77
More function/veriable name fixes
Aug 31, 2020
5f7b808
@elizabethandrews ' comments
Aug 31, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading