Skip to content
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

[OpenMP][libomptarget][Fix] Add missing array initialization #76457

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

doru1004
Copy link
Contributor

@doru1004 doru1004 commented Dec 27, 2023

Add missing array initialization as the array was not initialized and the value zero was assumed.

@llvmbot llvmbot added the openmp:libomptarget OpenMP offload runtime label Dec 27, 2023
@jhuber6
Copy link
Contributor

jhuber6 commented Dec 27, 2023

Can you include the reason the change is needed in the body text?

@doru1004
Copy link
Contributor Author

Can you include the reason the change is needed in the body text?

There was a reported failure.

@doru1004 doru1004 merged commit a01b58a into llvm:main Dec 27, 2023
5 checks passed
@doru1004 doru1004 deleted the fix-struct-test branch December 27, 2023 17:58
qiaojbao pushed a commit to GPUOpen-Drivers/llvm-project that referenced this pull request Jan 26, 2024
…c1ad5de58

Local branch amd-gfx e01c1ad Merged main:410066a0fad14a390dbdb883ba4b3e018fe62582 into amd-gfx:e9f19c2a24e3
Remote branch main a01b58a [OpenMP][libomptarget][Fix] Add missing array initialization (llvm#76457)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
openmp:libomptarget OpenMP offload runtime
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants