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 post-commit CI after PR #11472 #12362

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

EwanC
Copy link
Contributor

@EwanC EwanC commented Jan 11, 2024

Ignore unused Size parameter from memory_manager::ext_oneapi_fill_cmd_buffer.

This was introduced in PR #11472 and passed as Req->MMemoryRange from the command-group requirement but not used for calling the underlying UR function, leading to a
-Wunused-parameter error.

It may be that this is needed to support buffers of dimension greater than 1, which there are currently no graphs tests for. This will be investigated as a follow-up once post-commit CI is unblocked with this PR.

Copy link
Contributor

@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

Ignore unused `Size` parameter from
`memory_manager::ext_oneapi_fill_cmd_buffer`.

This was introduced in PR intel#11472
and passed as `Req->MMemoryRange` from the command-group requirement
but not used for calling the underlying UR function, leading to a
`-Wunused-parameter` error.

It may be that this is needed to support buffers of dimension greater
than 1, which there are currently no graphs tests for. This will
be investigated as a follow-up once post-commit CI is unblocked
with this PR.
@EwanC EwanC force-pushed the ignore_unused_fill_param branch from c5f2924 to cd611f1 Compare January 11, 2024 13:21
@EwanC EwanC marked this pull request as ready for review January 11, 2024 15:17
@EwanC EwanC requested a review from a team as a code owner January 11, 2024 15:17
@EwanC EwanC requested a review from aelovikov-intel January 11, 2024 15:17
@aelovikov-intel aelovikov-intel merged commit 87de16b into intel:sycl Jan 11, 2024
11 checks passed
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