Skip to content

[SYCL] Run multiple triples at once in check-sycl #10635

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 3 commits into from
Aug 2, 2023

Conversation

aelovikov-intel
Copy link
Contributor

@aelovikov-intel aelovikov-intel commented Jul 31, 2023

We don't have complex rules in those tests so it is easy to update the
tests to support this scenario. It should save us about 2-3 out of
8-10 minutes for the check-sycl target by reducing number of host
compilations.

@aelovikov-intel aelovikov-intel temporarily deployed to aws July 31, 2023 21:21 — with GitHub Actions Inactive
@aelovikov-intel aelovikov-intel temporarily deployed to aws July 31, 2023 22:00 — with GitHub Actions Inactive
@aelovikov-intel aelovikov-intel temporarily deployed to aws August 1, 2023 15:51 — with GitHub Actions Inactive
@aelovikov-intel aelovikov-intel temporarily deployed to aws August 1, 2023 16:38 — with GitHub Actions Inactive
We don't have complex rules in those tests so it should be easy to
update the tests to support this scenario. It should save use about 2-3
out of 8 minutes for the `check-sycl` target by reducing number of host
compilations.
@aelovikov-intel aelovikov-intel temporarily deployed to aws August 1, 2023 17:58 — with GitHub Actions Inactive
@aelovikov-intel aelovikov-intel changed the title WIP fused check-sycl-triple [SYCL] Run multiple triples at once in check-sycl Aug 1, 2023
@aelovikov-intel aelovikov-intel marked this pull request as ready for review August 1, 2023 18:01
@aelovikov-intel aelovikov-intel requested review from a team as code owners August 1, 2023 18:01
@aelovikov-intel aelovikov-intel temporarily deployed to aws August 1, 2023 19:15 — with GitHub Actions Inactive
@aelovikov-intel aelovikov-intel temporarily deployed to aws August 1, 2023 20:34 — with GitHub Actions Inactive
@aelovikov-intel
Copy link
Contributor Author

Failed Tests (1):
  SYCL :: Graph/Explicit/add_nodes_after_finalize.cpp

looks unrelated as nothing about E2E tests has been changed here.

Reviewers (@intel/dpcpp-esimd-reviewers , @intel/llvm-reviewers-runtime , @steffenlarsen), ping.

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!

Copy link
Contributor

@sarnex sarnex left a comment

Choose a reason for hiding this comment

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

esimd lgtm

@aelovikov-intel aelovikov-intel merged commit 4b25799 into intel:sycl Aug 2, 2023
@aelovikov-intel aelovikov-intel deleted the fused-check branch August 2, 2023 15:40
aelovikov-intel added a commit to aelovikov-intel/llvm that referenced this pull request Aug 8, 2023
Single triple targets are only meant for manual run and should not be
included into check-all, only check-sycl-combined-triples should be.
Otherwise we are running the same tests from multiple processes
resulting in race conditions (beside unnecessary work).
jsji added a commit that referenced this pull request Aug 8, 2023
aelovikov-intel added a commit that referenced this pull request Aug 8, 2023
Single triple targets are only meant for manual run and should not be
included into check-all, only check-sycl-combined-triples should be.
Otherwise we are running the same tests from multiple processes
resulting in race conditions (beside unnecessary work).
mdtoguchi pushed a commit to mdtoguchi/llvm that referenced this pull request Oct 18, 2023
We don't have complex rules in those tests so it is easy to update the 
tests to support this scenario. It should save us about 2-3 out of 
8-10 minutes for the `check-sycl` target by reducing number of host
compilations.
mdtoguchi pushed a commit to mdtoguchi/llvm that referenced this pull request Oct 18, 2023
Single triple targets are only meant for manual run and should not be
included into check-all, only check-sycl-combined-triples should be.
Otherwise we are running the same tests from multiple processes
resulting in race conditions (beside unnecessary work).
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