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

Commit 52c107f

Browse files
authored
[ESIMD] Enable simd_view_copy_move_assign.cpp test on Windows (#936)
The test has quite many test-cases in it and takes some time to compile all the kernels. This fix enables the test and also reduces the number of types being tested. Signed-off-by: Vyacheslav N Klochkov <[email protected]>
1 parent 763da7e commit 52c107f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

SYCL/ESIMD/api/simd_view_copy_move_assign.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
// RUN: %clangxx -fsycl %s -o %t.out
1313
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1414

15-
// UNSUPPORTED: windows
16-
// Temprorary disabled on Windows until intel/llvm-test-suite#664 fixed
17-
1815
// This test checks the behavior of simd_view constructors
1916
// and assignment operators.
2017

@@ -167,8 +164,6 @@ int main(void) {
167164
std::cout << "Running on " << dev.get_info<info::device::name>() << "\n";
168165
bool passed = true;
169166
passed &= testT<char>(q);
170-
passed &= testT<short>(q);
171-
passed &= testT<int>(q);
172167
passed &= testT<float>(q);
173168
passed &= testT<half>(q);
174169

0 commit comments

Comments
 (0)