Skip to content

[SYCL] Fix the dummy implementation of piProgramLink in the L0 plugin #2176

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

sergey-semenov
Copy link
Contributor

The only case supported so far is linking a single compiled program, add
a non-assertion check for other cases. The program returned by
piProgramLink is supposed to be a new program: since the dummy
implementation returns the same one, add a retain for it.

Signed-off-by: Sergey Semenov [email protected]

The only case supported so far is linking a single compiled program, add
a non-assertion check for other cases. The program returned by
piProgramLink is supposed to be a new program: since the dummy
implementation returns the same one, add a retain for it.

Signed-off-by: Sergey Semenov <[email protected]>
@smaslov-intel
Copy link
Contributor

"Retain" was one of the options we discussed earlier, but agreed we'd just fail. See #1871
@bso-intel

Chenyang-L pushed a commit that referenced this pull request Feb 18, 2025
[NATIVECPU] Report success for urProgramCompile and urProgramLink
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.

3 participants