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

[UR] Support fetch adapter source individually #12907

Merged
merged 1 commit into from
Mar 18, 2024

Commits on Mar 18, 2024

  1. [UR] Support fetch adapter source individually

    This patch and its counterpart in oneapi-src/unified-runtime#1410 add
    CMake support for fetching an individual Unified Runtime adapter's
    source code from a different repo/tag combination using the new
    `fetch_adapter_source()` CMake function. Only the source is cloned, it
    is not added to the build directly.
    
    Instead, the path to the adapter source is passed into Unified Runtime
    clone described by the `UNIFIED_RUNTIME_REPO` and `UNIFIED_RUNTIME_TAG`
    CMake variables. This clone is the source of truth for the Unified
    Runtime API and drives the build of the external adapter source.
    
    Using `fetch_adapter_source()` is optional.
    kbenzie committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    de7976f View commit details
    Browse the repository at this point in the history