Skip to content

[SYCL][Graph] Reenable passing Graph tests on Arc #11602

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 1 commit into from
Oct 19, 2023

Conversation

EwanC
Copy link
Contributor

@EwanC EwanC commented Oct 19, 2023

The following 13 graphs tests originally disabled by #11434 now pass on the Arc post commit testing after the merge of #11565

Unexpectedly Passed Tests (13):
  SYCL :: Graph/Explicit/basic_buffer.cpp
  SYCL :: Graph/Explicit/buffer_copy_host2target.cpp
  SYCL :: Graph/Explicit/buffer_copy_host2target_2d.cpp
  SYCL :: Graph/Explicit/buffer_copy_host2target_offset.cpp
  SYCL :: Graph/Explicit/temp_buffer_reinterpret.cpp
  SYCL :: Graph/Explicit/usm_copy.cpp
  SYCL :: Graph/RecordReplay/basic_buffer.cpp
  SYCL :: Graph/RecordReplay/buffer_copy_host2target.cpp
  SYCL :: Graph/RecordReplay/buffer_copy_host2target_2d.cpp
  SYCL :: Graph/RecordReplay/buffer_copy_host2target_offset.cpp
  SYCL :: Graph/RecordReplay/temp_buffer_reinterpret.cpp
  SYCL :: Graph/RecordReplay/usm_copy.cpp
  SYCL :: Graph/RecordReplay/usm_copy_in_order.cpp

There are some Graphs E2E tests which are still marked XFAIL on Arc, but the same subset failed(via XPASS) in two post-commit runs:

The following 13 graphs tests now pass on the Arc
post commit testing after the merge of intel#11565

```
Unexpectedly Passed Tests (13):
  SYCL :: Graph/Explicit/basic_buffer.cpp
  SYCL :: Graph/Explicit/buffer_copy_host2target.cpp
  SYCL :: Graph/Explicit/buffer_copy_host2target_2d.cpp
  SYCL :: Graph/Explicit/buffer_copy_host2target_offset.cpp
  SYCL :: Graph/Explicit/temp_buffer_reinterpret.cpp
  SYCL :: Graph/Explicit/usm_copy.cpp
  SYCL :: Graph/RecordReplay/basic_buffer.cpp
  SYCL :: Graph/RecordReplay/buffer_copy_host2target.cpp
  SYCL :: Graph/RecordReplay/buffer_copy_host2target_2d.cpp
  SYCL :: Graph/RecordReplay/buffer_copy_host2target_offset.cpp
  SYCL :: Graph/RecordReplay/temp_buffer_reinterpret.cpp
  SYCL :: Graph/RecordReplay/usm_copy.cpp
  SYCL :: Graph/RecordReplay/usm_copy_in_order.cpp
```

There are some Graphs E2E tests which are still marked XFAIL on
Arc, but the same subset failed(via XPASS) in two post-commit runs:

* https://github.com/intel/llvm/actions/runs/6576278057/job/17865822384
* https://github.com/intel/llvm/actions/runs/6572360130/job/17855217912
@EwanC EwanC requested a review from a team as a code owner October 19, 2023 15:17
Copy link
Contributor

@reble reble left a comment

Choose a reason for hiding this comment

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

LGTM!

@EwanC EwanC temporarily deployed to WindowsCILock October 19, 2023 15:55 — with GitHub Actions Inactive
@EwanC EwanC temporarily deployed to WindowsCILock October 19, 2023 16:33 — with GitHub Actions Inactive
@againull againull merged commit 7e3e95c into intel:sycl Oct 19, 2023
EwanC added a commit to reble/llvm that referenced this pull request Oct 20, 2023
PR intel#11602 renabled some Graph test-e2e tests which started
passing on Arc in post-commit CI. However, these passes
are guaranteed to be deterministic. See post-commit
https://github.com/intel/llvm/actions/runs/6580530144/job/17879085527
run where `Graph/RecordReplay/buffer_copy_host2target_offset.cpp`
failed.

Mark the reenabled tests as unsupported to keep post-commit CI
clean, until support for the Arc target can be investigated
properly.
againull pushed a commit that referenced this pull request Oct 20, 2023
PR #11602 renabled some Graph test-e2e tests which started passing on
Arc in post-commit CI after the merge of
#11565. However, these passes are not
guaranteed to be deterministic. See post-commit
https://github.com/intel/llvm/actions/runs/6580530144/job/17879085527
run where `Graph/RecordReplay/buffer_copy_host2target_offset.cpp` failed
after being renabled.

Mark the tests reenabled by #11602 as unsupported to keep post-commit CI
clean by skipping the tests on Arc, until support for the Arc target in
the Graph tests can be investigated properly.
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