Skip to content

[SYCL] Fixing device check in program link constructor #86

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

Closed
wants to merge 1 commit into from

Conversation

schittir
Copy link
Contributor

This patch gets sycl devices via context in program
interoperability constructor and
sorts devices in program link constructor to check that
all the programs in the list use the same devices

It also addresses the case where program is constructed
using only a subset of devices associated with sycl context
Signed-off-by: Sindhu Chittireddy [email protected]

This patch gets sycl devices via context in program
interoperability constructor and
sorts devices in program link constructor to check that
all the programs in the list use the same devices

It also addresses the case where program is constructed
using only a subset of devices associated with sycl context
Signed-off-by: Sindhu Chittireddy <[email protected]>
@vladimirlaz
Copy link
Contributor

Duplicate to PR74

vladimirlaz pushed a commit to vladimirlaz/llvm that referenced this pull request Oct 25, 2019
  CONFLICT (content): Merge conflict in clang/tools/clang-offload-wrapper/ClangOffloadWrapper.cpp
  CONFLICT (content): Merge conflict in clang/test/Driver/clang-offload-wrapper.c
  CONFLICT (content): Merge conflict in clang/lib/Driver/ToolChains/Clang.cpp
vladimirlaz pushed a commit to vladimirlaz/llvm that referenced this pull request Mar 31, 2020
  CONFLICT (add/add): Merge conflict in clang/test/CodeGenSYCL/unique-stable-name.cpp
  CONFLICT (content): Merge conflict in clang/lib/Sema/SemaTemplateInstantiate.cpp
  CONFLICT (content): Merge conflict in clang/lib/Sema/SemaExpr.cpp
  CONFLICT (content): Merge conflict in clang/lib/Parse/ParseTentative.cpp
  CONFLICT (content): Merge conflict in clang/lib/AST/ItaniumMangle.cpp
  CONFLICT (content): Merge conflict in clang/lib/AST/Expr.cpp
  CONFLICT (content): Merge conflict in clang/include/clang/Sema/Sema.h
  CONFLICT (content): Merge conflict in clang/include/clang/Basic/TokenKinds.def
  CONFLICT (content): Merge conflict in clang/include/clang/AST/Mangle.h
  CONFLICT (content): Merge conflict in clang/include/clang/AST/Expr.h
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Feb 23, 2023
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.

2 participants