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] Add test for using spirv kernels in graphs #368

Closed
wants to merge 4 commits into from

Conversation

fabiomestre
Copy link
Collaborator

No description provided.

@fabiomestre fabiomestre marked this pull request as ready for review April 17, 2024 15:27
Copy link
Collaborator

@Bensuo Bensuo left a comment

Choose a reason for hiding this comment

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

LGTM, just some minor comments.

Comment on lines 1 to 2
// RUN: %{build} -o %t.out
// RUN: %if level_zero %{%{run} %t.out %S/../Inputs/Kernels/kernels.spv %}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Does it make more sense to add REQUIRES: level_zero here instead of only guarding the execution line itself? There's not much point in building the test for unsupported backends, and then we can just add/change/remove the REQUIRES if/when we can enable this test for more backends.

We could also potentially add the standard extra RUN lines for L0 leaks/immediate command list testing here.

This comment also applies to the other new test.

@fabiomestre
Copy link
Collaborator Author

Upstream PR: intel#13532

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