Skip to content

[clang-offload-bundler] Initialize member names in unbundled archive #3049

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 2 commits into from
Jan 19, 2021

Conversation

sndmitriev
Copy link
Contributor

Member names in the unbundled archive were not properly initialized
which could lead to random problems for tools working with these
archives later. This patch fixes this problem.

There is no LIT test in this patch because it is impossible to create
stable test which shows the problem.

Signed-off-by: Sergey Dmitriev [email protected]

Member names in the unbundled archive were not properly initialized
which could lead to random problems for tools working with these
archives later. This patch fixes this problem.

There is no LIT test in this patch because it is impossible to create
stable test which shows the problem.

Signed-off-by: Sergey Dmitriev <[email protected]>
@sndmitriev sndmitriev requested review from bader and kbobrovs January 18, 2021 04:25
kbobrovs
kbobrovs previously approved these changes Jan 19, 2021
@romanovvlad romanovvlad merged commit d532e62 into intel:sycl Jan 19, 2021
@sndmitriev sndmitriev deleted the public/sndmitriev/ar-member-name branch January 20, 2021 01:51
iclsrc pushed a commit that referenced this pull request Mar 28, 2025
…3050)

Instead of checking that the image operands are equal to the LOD mask,
check that the LOD bit is in the image operands. This way an LOD value
of zero may be ignored even when image operands contains bits other than
the LOD bit, such as for the SPIR-V 1.6 nontemporal image operand.

fixes #3049

Original commit:
KhronosGroup/SPIRV-LLVM-Translator@4b18b19832697fa
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.

4 participants