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

[SYCL][ClangLinkerWrapper] Add SYCL Module split library usage in clang-linker-wrapper #13806

Merged
merged 3 commits into from
Jul 15, 2024

Commits on Jul 5, 2024

  1. [SYCL][ClangLinkerWrapper] Add SYCL split library usage to clang-link…

    …er-wrapper
    
    This patch introduces -sycl-module-split-mode command line option in
    clang-linker-wrapper tool and makes the tool invoke either library or
    sycl-post-link tool depending on the presense of -sycl-module-split-mode
    option.
    
    Also the patch removes funcionality of reading/writing of Table files in
    clang-linker-wrapper. Instead of them the tool starts using in-memory
    structures.
    maksimsab committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    fbcc7c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    faa6fed View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. resolve CR issues

    maksimsab committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    21fd73d View commit details
    Browse the repository at this point in the history