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

Conversation

igchor
Copy link
Member

@igchor igchor commented Feb 14, 2024

Before #1216 adapters linked with disjoint_pool library that linked with Threads library.

PR #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.

Use the same logic as in

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 igchor requested a review from a team as a code owner February 14, 2024 19:17
@igchor
Copy link
Member Author

igchor commented Feb 15, 2024

LLVM testing PR: intel/llvm#12721

@KseniyaTikhomirova
Copy link
Contributor

@kbenzie, could it be merged now?
Is this failed check a blocker?
Coverage / Build - Ubuntu (ubuntu-22.04, Debug, gcc, g++, -DVAL_USE_LIBBACKTRACE_BACKTRACE=ON, -DUMF_ENABLE_... (pull_request) Failing after 11m

@pbalcer
Copy link
Contributor

pbalcer commented Feb 15, 2024

@kbenzie, could it be merged now? Is this failed check a blocker?

No, it looks like a fluke. We can ignore it.

@kbenzie kbenzie merged commit f11823e into oneapi-src:main Feb 15, 2024
51 of 52 checks passed
steffenlarsen pushed a commit to intel/llvm that referenced this pull request Feb 15, 2024
oneapi-src/unified-runtime#1343

---------

Co-authored-by: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
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.

4 participants