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] Add missing Threads library to common #1343

Merged
merged 1 commit into from
Feb 15, 2024

Commits on Feb 14, 2024

  1. [UR] Add missing Threads library to common

    Before oneapi-src#1216 adapters linked with
    disjoint_pool library that linked with Threads library.
    
    PR oneapi-src#1216 replace disjoint_pool with a version from UMF library that does not link
    with Threads lib explicitly which leads to compilation error on xmain. Fix this
    by explicitly adding adding Threads to ur_common.
    igchor committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    619cdbb View commit details
    Browse the repository at this point in the history