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][E2E] Reduce work in intensive update tests running #16632

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

EwanC
Copy link
Contributor

@EwanC EwanC commented Jan 14, 2025

On certain setups these two tests take a long time to execute, impairing the ability to run the whole suite of graph E2E tests in lit.

Reduce the number of graph execution iterations used in tests to alleviate this situation. There is an issue with free-function kernels taking longer that the non-free function equivalent, documented in CMPLRLLVM-64841, so only use a single execution iteration for now.

@EwanC EwanC changed the title [SYCL][Graph] Reduce work in update tests [SYCL][Graph] Reduce work in intensive update tests running Jan 14, 2025
On certain setups these tests take a long time to execute,
impairing the ability to run the whole suite of graph E2E
tests in lit.

Reduce the number of graph execution iterations used in tests to
alleviate this situation. There is an issue with free-function
kernels taking longer that the non-free function equivalent, documented in
CMPLRLLVM-64841, so only use a single execution iteration for now.
@EwanC EwanC marked this pull request as ready for review January 15, 2025 14:40
@EwanC EwanC requested a review from a team as a code owner January 15, 2025 14:40
@EwanC EwanC requested a review from konradkusiak97 January 15, 2025 14:40
@againull againull changed the title [SYCL][Graph] Reduce work in intensive update tests running [SYCL][Graph][E2E] Reduce work in intensive update tests running Jan 15, 2025
@againull againull merged commit d4e3e45 into intel:sycl Jan 15, 2025
17 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