Skip to content

Conversation

AaronBallman
Copy link
Contributor

Diagnostics in Clang do not start with a capital letter or contain
terminating punctuation. Aside from rewording, this is an NFC change.

Diagnostics in Clang do not start with a capital letter or contain
terminating punctuation. Aside from rewording, this is an NFC change.
@Fznamznon
Copy link
Contributor

Please add [SYCL] tag to the commit message, if the commit is related to DPC++ changes. See https://github.com/intel/llvm/blob/sycl/CONTRIBUTING.md#commit-message .

@AaronBallman AaronBallman changed the title Reword some diagnostics to be more consistent. [SYCL] Reword some diagnostics to be more consistent. Dec 21, 2020
@AaronBallman
Copy link
Contributor Author

Please add [SYCL] tag to the commit message, if the commit is related to DPC++ changes. See https://github.com/intel/llvm/blob/sycl/CONTRIBUTING.md#commit-message .

Can do, thank you for pointing that out!

@romanovvlad romanovvlad merged commit 50b81c3 into intel:sycl Dec 22, 2020
jsji pushed a commit that referenced this pull request Feb 25, 2025
…#2924)

This fixes the mangling in enqueue_kernel.cl test.

Without the fix we get such mangled function:

@_Z21__spirv_EnqueueKernelP13__spirv_QueueiPciPU3AS4P19__spirv_DeviceEventS5_U13block_pointerFvvEPU3AS4cii

instead of the expected:

@_Z21__spirv_EnqueueKernelP13__spirv_Queuei9ndrange_tiPU3AS4P19__spirv_DeviceEventS5_U13block_pointerFvvEPU3AS4cii

Original commit:
KhronosGroup/SPIRV-LLVM-Translator@6675e28ce8621cd
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