Skip to content

[SYCL][ESIMD] Remove tests migrated to llvm-test-suite #2611

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 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
686 changes: 0 additions & 686 deletions sycl/test/esimd/on-device/BitonicSortK.cpp

This file was deleted.

601 changes: 0 additions & 601 deletions sycl/test/esimd/on-device/BitonicSortKv2.cpp

This file was deleted.

10 changes: 6 additions & 4 deletions sycl/test/esimd/on-device/README
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
This directory contains ESIMD tests which are run on Intel GPU device only.
Some of them can run on host device too, but in general it is not always
possible as some of ESIMD APIs (e.g. memory access via accessors) is not
implemented for the host device.
The tests from these directory are moved to LLVM test suite reporitory:
[SYCL/ESIMD](https://github.com/intel/llvm-test-suite/tree/intel/SYCL/ESIMD).

Contribution process is described in [CONTRIBUTING.md](https://github.com/intel/llvm-test-suite/blob/intel/CONTRIBUTING.md)

These tests are run as part of post-commit testing.
188 changes: 0 additions & 188 deletions sycl/test/esimd/on-device/Stencil.cpp

This file was deleted.

98 changes: 0 additions & 98 deletions sycl/test/esimd/on-device/accessor.cpp

This file was deleted.

Loading