Skip to content

[SYCL] Fix command dependency handling when adding a command group #1437

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 1 commit into from
Apr 1, 2020

Conversation

sergey-semenov
Copy link
Contributor

Fixes an issue where a dependency vector that was iterated over could
have its iterators invalidated inside of the loop.

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

Fixes an issue where a dependency vector that was iterated over could
have its iterators invalidated inside of the loop.

Signed-off-by: Sergey Semenov <[email protected]>
@romanovvlad romanovvlad merged commit 2551b19 into intel:sycl Apr 1, 2020
@sergey-semenov sergey-semenov deleted the addcgfix branch June 4, 2020 12:14
vmaksimo pushed a commit to vmaksimo/llvm that referenced this pull request Mar 17, 2022
Required after this change done in LLVM upstream:

    commit 0c0f6cf
    Author: Petr Hosek <[email protected]>

    [CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLE

    This clarifies that this is an LLVM specific variable and avoids
    potential conflicts with other projects.

    Differential Revision: https://reviews.llvm.org/D119918

Can be observed as:
lit.py: /usr/lib/llvm-15/build/utils/lit/lit/llvm/config.py:304: fatal:
Could not turn '' into Itanium ABI triple

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

3 participants