Skip to content

[SYCL] Fix crash when kernel object field is an array of structs #2083

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 6 commits into from
Jul 14, 2020

Conversation

elizabethandrews
Copy link
Contributor

This patch adds a 'top-level' struct InitListExpr for each element
of a struct array. This is required to nest the InitListExprs of data
members of each struct element correctly under the corresponding struct
element.

Signed-off-by: Elizabeth Andrews [email protected]

This patch adds a 'top-level' struct InitListExpr for each element
of a struct array. This is required to nest the InitListExprs of data
members of each struct element correctly under the corresponding struct
element.

Signed-off-by: Elizabeth Andrews <[email protected]>
Signed-off-by: Elizabeth Andrews <[email protected]>
Also removed unnecessary check.

Signed-off-by: Elizabeth Andrews <[email protected]>
Fznamznon
Fznamznon previously approved these changes Jul 10, 2020
Signed-off-by: Elizabeth Andrews <[email protected]>
Fznamznon
Fznamznon previously approved these changes Jul 10, 2020
erichkeane
erichkeane previously approved these changes Jul 10, 2020
Fznamznon
Fznamznon previously approved these changes Jul 10, 2020
@elizabethandrews
Copy link
Contributor Author

Not sure why Jenkins builds are failing, especially since they all passed for previous commit.

RHEL build failed with error java.nio.channels.ClosedChannelException which I think is an infrastructure issues?

Linux build and test failed for Regression_Benchmark_HOST. I'm looking into this but it is surprising to me that these tests pass for prior commits in this PR and fail for latest commit. So I'm wondering if its flaky? I tried restarting the failures by clicking 'Restart test dispatcher' but that seems to do nothing. @bader can you advice on what to do next?

Signed-off-by: Elizabeth Andrews <[email protected]>
@elizabethandrews
Copy link
Contributor Author

Guess the fails were infrastructure related..Tests all pass now and latest commit didn't add any code.

@bader bader merged commit b00fb7c into intel:sycl Jul 14, 2020
jsji pushed a commit that referenced this pull request Aug 11, 2023
It should be compiltely rewritten

Signed-off-by: Sidorov, Dmitry <[email protected]>

Original commit:
KhronosGroup/SPIRV-LLVM-Translator@0e3404e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants