Skip to content

[SYCL][Graph] Add missing exception for USM memset #11945

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 1 commit into from
Nov 27, 2023

Conversation

mfrancepillois
Copy link
Contributor

Throws a invalid exception when memset queue shortcut is used during graph recording since memset is not supported by the current graph implementation.
Adds a unitest checking that the exception is correctly thrown.

Addresses issue #11940

Throws a invalid exception when memset queue shortcut is used during graph recording since memset is not supported by the current graph implementation. Adds a unitest checking that the exception is correctly thrown.

Addresses issue intel#11940
@EwanC
Copy link
Contributor

EwanC commented Nov 27, 2023

@intel/llvm-reviewers-runtime Could we get a review on this please

Copy link
Contributor

@steffenlarsen steffenlarsen left a comment

Choose a reason for hiding this comment

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

LGTM!

@jinz2014
Copy link
Contributor

jinz2014 commented Dec 11, 2023

I have a question. What is needed to support memset ?

The memset feature is not yet available for use with the SYCL Graph extension.

@EwanC
Copy link
Contributor

EwanC commented Dec 12, 2023

I have a question. What is needed to support memset ?

The memset feature is not yet available for use with the SYCL Graph extension.

This functionality is in PRs that are going through review:

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