Skip to content

[SYCL] Translating annotations for functions #2272

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

Closed
wants to merge 4 commits into from

Conversation

MochalovaAn
Copy link
Contributor

Implementation of saving llvm.global.annotations for functions after SPIRV translation
Add test for this

Signed-off-by: amochalo [email protected]

Implementation of saving llvm.gloabl.annotations for functions after SPIRV translation
Add test for this

Signed-off-by: amochalo <[email protected]>
Making translation of annotations (UserSemantic) into a separate function
Improving the test

Signed-off-by: amochalo <[email protected]>
@mlychkov
Copy link
Contributor

mlychkov commented Aug 7, 2020

Could you please create review for this fix in https://github.com/KhronosGroup/SPIRV-LLVM-Translator?

@MochalovaAn MochalovaAn deleted the AnFun branch August 10, 2020 14:27
jsji pushed a commit that referenced this pull request Dec 21, 2023
Replace with the {starts,ends}_with variants, after LLVM commit
5ac1295 ("[ADT] Deprecate StringRef::{starts,ends}with (#75491)",
2023-12-17).

This is a mechanical change applied using:

  git grep -l startswith | xargs sed -i -e 's/startswith/starts_with/g'
  git grep -l endswith | xargs sed -i -e 's/endswith/ends_with/g'

Original commit:
KhronosGroup/SPIRV-LLVM-Translator@adf1f52
Chenyang-L pushed a commit that referenced this pull request Feb 18, 2025
…ec-gap

Improvements to align CTS and Spec for Virtual Memory
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.

2 participants