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

[SYCL][Graph] Fix potential issue with command buffer commands #13224

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

Bensuo
Copy link
Contributor

@Bensuo Bensuo commented Apr 1, 2024

  • Fix uninitialized pointer values leading to trying to call piExtCommandBufferReleaseCommand on backends which don't support update, which may return as an unsupported feature. Initializing pointers to 0 prevents this call from happening.

- Fix uninitialized pointer values leading to trying to call unsupported features on backends which don't support update.
@Bensuo Bensuo requested a review from a team as a code owner April 1, 2024 12:15
Copy link
Contributor

@EwanC EwanC left a comment

Choose a reason for hiding this comment

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

Can verify this fixes an issue for me locally with the OpenCL graphs backend

@EwanC
Copy link
Contributor

EwanC commented Apr 2, 2024

@intel/llvm-gatekeepers Can we merge this please

@sommerlukas sommerlukas merged commit 3c7f99d into intel:sycl Apr 2, 2024
13 checks passed
@Bensuo
Copy link
Contributor Author

Bensuo commented Apr 2, 2024

There are unrelated linux build failures in the post-commit: https://github.com/intel/llvm/actions/runs/8523440696/job/23345721563

Also seems to be affecting other recent post-commit runs.

@sommerlukas
Copy link
Contributor

Yeah, this is tracked in #13225.

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