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] Refine E2E test comment #16842

Open
wants to merge 1 commit into
base: sycl
Choose a base branch
from
Open

Conversation

EwanC
Copy link
Contributor

@EwanC EwanC commented Jan 30, 2025

The code comment in Update/FreeFunctionKernels/update_with_indices_ordering.cpp mentions that it is unknown why the execution time is slower than the equivalent Update/update_with_indices_ordering.cpp test without free functions.

This has now been investigated in CMPLRLLVM-64841 and has found to be due to the explicit arguments in the free function signature avoiding constant folding from lambdas. Note that we want to keep these parameters as the test is stressing the case where multiple args are passed to the free function.

The code comment in `Update/FreeFunctionKernels/update_with_indices_ordering.cpp`
mentions that it is unknown why the execution time is slower than the
equivalent `Update/update_with_indices_ordering.cpp` test without free
functions.

This has now been investigated in CMPLRLLVM-64841 and has found to be
due to the explicit arguments in the free function signature avoiding
constant folding from lambdas. Note that we want to keep these
parameters as the test is stressing the case where multiple args are
passed to the free function.
@EwanC EwanC marked this pull request as ready for review January 30, 2025 16:47
@EwanC EwanC requested a review from a team as a code owner January 30, 2025 16:47
@EwanC EwanC requested a review from Bensuo January 30, 2025 16:47
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.

1 participant