Skip to content

[Driver] Let all offload builders add inputs to host link job action #2919

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

Merged
merged 2 commits into from
Dec 22, 2020

Conversation

sndmitriev
Copy link
Contributor

This patch fixes a problem with loosing OpenMP device binary when
program uses both OpenMP and SYCL offloading models.

Signed-off-by: Sergey Dmitriev serguei.n.dmitriev@intel.com

This patch fixes a problem with loosing OpenMP device binary when
program uses both OpenMP and SYCL offloading models.

Signed-off-by: Sergey Dmitriev <serguei.n.dmitriev@intel.com>
AGindinson
AGindinson previously approved these changes Dec 21, 2020
Copy link
Contributor

@AGindinson AGindinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, though it would be preferable to have @mdtoguchi's approval here as well.
Speaking hypothetically, some kind of an E2E test for SYCL + OpenMP would be desired at some point (not necessarily within this PR). Is this a test case that's been checked to work locally?

Signed-off-by: Sergey Dmitriev <serguei.n.dmitriev@intel.com>
@sndmitriev
Copy link
Contributor Author

sndmitriev commented Dec 21, 2020

Speaking hypothetically, some kind of an E2E test for SYCL + OpenMP would be desired at some point (not necessarily within this PR). Is this a test case that's been checked to work locally?

Frankly I have not tried it, but it won't work without this fix anyway.

Copy link
Contributor

@mdtoguchi mdtoguchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM

@romanovvlad romanovvlad merged commit eb89f5e into intel:sycl Dec 22, 2020
@sndmitriev sndmitriev deleted the public/sndmitriev/sycl-omp-interop branch December 22, 2020 08:32
@keryell
Copy link
Contributor

keryell commented Dec 22, 2020

Interesting. Is it possible to use OpenMP + SYCL on device in the same program? And in the same TU?

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.

5 participants