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

Revert "Turn on SPIR-V builtin generation for OpenCL CPP sources (#2466)" #2508

Merged
merged 1 commit into from
Apr 19, 2024

Commits on Apr 18, 2024

  1. Revert "Turn on SPIR-V builtin generation for OpenCL CPP sources (Khr…

    …onosGroup#2466)"
    
    This reverts commit 80dfd86.
    The commit break Translator in cases when user supplied function is named
    with the prefix which, after demangling, is the same as OpenCL builtin.
    The culprit code is placed in during SPIRWriter OCL pass in
    OCLToSPIRVBase::visitCallInst(CallInst &).
    Failing name would be for example atomic_fetch_and_sub_uint32_explicit.
    bwlodarcz committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    e6607b0 View commit details
    Browse the repository at this point in the history