Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[SYCL] Migrate remaining device-dependent in-tree LIT tests #1195

Merged

Conversation

steffenlarsen
Copy link

With the removal of the host device a selection of in-tree LIT tests can potentially fail as they rely on a device being available on the system. intel/llvm#6683 removes these tests, but since most are still valid this commit migrates these to the test-suite.

With the removal of the host device a selection of in-tree LIT tests
can potentially fail as they rely on a device being available on the
system. intel/llvm#6683 removes these tests, but
since most are still valid this commit migrates these to the test-suite.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Copy link

@v-klochkov v-klochkov left a comment

Choose a reason for hiding this comment

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

I think this ESIMD/vadd.cpp is not needed.
We already have ESIMD/vadd_1d.cpp,vadd_2d.cpp,vadd_2d_acc.cpp in test-suite.

The only thing that is different in vadd.cpp is the type 'int' vs vadd_1d.cpp/float.
But the lack of type checks need to be by templating the test/kernel in the existing vadd_1d.cpp test.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
@v-klochkov
Copy link

v-klochkov commented Sep 6, 2022

Thank you for removing 'vadd.cpp' test. After that removal, review from ESIMD is not needed.

@AlexeySachkov AlexeySachkov merged commit bd52f31 into intel:intel Sep 7, 2022
myler pushed a commit to myler/llvm-test-suite that referenced this pull request Mar 22, 2023
With the removal of the host device a selection of in-tree LIT tests
can potentially fail as they rely on a device being available on the
system. intel/llvm#6683 removes these tests, but
since most are still valid this commit migrates these to the test-suite.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
…vm-test-suite#1195)

With the removal of the host device a selection of in-tree LIT tests
can potentially fail as they rely on a device being available on the
system. intel#6683 removes these tests, but
since most are still valid this commit migrates these to the test-suite.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants