Skip to content

Commit c61a51b

Browse files
[SYCL][E2E] Reenable 2D memory operation tests in L0 Windows (#14158)
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 19052da commit c61a51b

32 files changed

+8
-96
lines changed

sycl/test-e2e/USM/memops2d/copy2d_device_to_device.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "copy2d_common.hpp"
1714

1815
int main() { return test<Alloc::Device, Alloc::Device>(); }

sycl/test-e2e/USM/memops2d/copy2d_device_to_dhost.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "copy2d_common.hpp"
1714

1815
int main() { return test<Alloc::Device, Alloc::DirectHost>(); }

sycl/test-e2e/USM/memops2d/copy2d_device_to_host.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// For HIP see https://github.com/intel/llvm/issues/10157.
15-
// UNSUPPORTED: (level_zero && windows) || hip
13+
// https://github.com/intel/llvm/issues/10157.
14+
// UNSUPPORTED: hip
1615

1716
#include "copy2d_common.hpp"
1817

sycl/test-e2e/USM/memops2d/copy2d_device_to_shared.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "copy2d_common.hpp"
1714

1815
int main() { return test<Alloc::Device, Alloc::Shared>(); }

sycl/test-e2e/USM/memops2d/copy2d_dhost_to_device.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "copy2d_common.hpp"
1714

1815
int main() { return test<Alloc::DirectHost, Alloc::Device>(); }

sycl/test-e2e/USM/memops2d/copy2d_dhost_to_dhost.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
// RUN: %{build} -o %t.out
1010
// RUN: %{run} %t.out
1111

12-
// Temporarily disabled until the failure is addressed.
13-
// UNSUPPORTED: (level_zero && windows)
14-
1512
#include "copy2d_common.hpp"
1613

1714
int main() { return test<Alloc::DirectHost, Alloc::DirectHost>(); }

sycl/test-e2e/USM/memops2d/copy2d_dhost_to_host.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "copy2d_common.hpp"
1714

1815
int main() { return test<Alloc::DirectHost, Alloc::Host>(); }

sycl/test-e2e/USM/memops2d/copy2d_dhost_to_shared.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "copy2d_common.hpp"
1714

1815
int main() { return test<Alloc::DirectHost, Alloc::Shared>(); }

sycl/test-e2e/USM/memops2d/copy2d_host_to_device.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// For HIP see https://github.com/intel/llvm/issues/10157.
15-
// UNSUPPORTED: (level_zero && windows) || hip
13+
// https://github.com/intel/llvm/issues/10157.
14+
// UNSUPPORTED: hip
1615

1716
#include "copy2d_common.hpp"
1817

sycl/test-e2e/USM/memops2d/copy2d_host_to_dhost.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "copy2d_common.hpp"
1714

1815
int main() { return test<Alloc::Host, Alloc::DirectHost>(); }

sycl/test-e2e/USM/memops2d/copy2d_host_to_host.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "copy2d_common.hpp"
1714

1815
int main() { return test<Alloc::Host, Alloc::Host>(); }

sycl/test-e2e/USM/memops2d/copy2d_host_to_shared.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "copy2d_common.hpp"
1714

1815
int main() { return test<Alloc::Host, Alloc::Shared>(); }

sycl/test-e2e/USM/memops2d/copy2d_shared_to_device.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "copy2d_common.hpp"
1714

1815
int main() { return test<Alloc::Shared, Alloc::Device>(); }

sycl/test-e2e/USM/memops2d/copy2d_shared_to_dhost.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "copy2d_common.hpp"
1714

1815
int main() { return test<Alloc::Shared, Alloc::DirectHost>(); }

sycl/test-e2e/USM/memops2d/copy2d_shared_to_host.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "copy2d_common.hpp"
1714

1815
int main() { return test<Alloc::Shared, Alloc::Host>(); }

sycl/test-e2e/USM/memops2d/copy2d_shared_to_shared.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "copy2d_common.hpp"
1714

1815
int main() { return test<Alloc::Shared, Alloc::Shared>(); }

sycl/test-e2e/USM/memops2d/memcpy2d_device_to_device.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "memcpy2d_common.hpp"
1714

1815
int main() { return test<Alloc::Device, Alloc::Device>(); }

sycl/test-e2e/USM/memops2d/memcpy2d_device_to_dhost.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "memcpy2d_common.hpp"
1714

1815
int main() { return test<Alloc::Device, Alloc::DirectHost>(); }

sycl/test-e2e/USM/memops2d/memcpy2d_device_to_host.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// For HIP see https://github.com/intel/llvm/issues/10157.
15-
// UNSUPPORTED: (level_zero && windows) || hip
13+
// https://github.com/intel/llvm/issues/10157.
14+
// UNSUPPORTED: hip
1615

1716
#include "memcpy2d_common.hpp"
1817

sycl/test-e2e/USM/memops2d/memcpy2d_device_to_shared.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "memcpy2d_common.hpp"
1714

1815
int main() { return test<Alloc::Device, Alloc::Shared>(); }

sycl/test-e2e/USM/memops2d/memcpy2d_dhost_to_device.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "memcpy2d_common.hpp"
1714

1815
int main() { return test<Alloc::DirectHost, Alloc::Device>(); }

sycl/test-e2e/USM/memops2d/memcpy2d_dhost_to_dhost.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
// RUN: %{build} -o %t.out
1010
// RUN: %{run} %t.out
1111

12-
// Temporarily disabled until the failure is addressed.
13-
// UNSUPPORTED: (level_zero && windows)
14-
1512
#include "memcpy2d_common.hpp"
1613

1714
int main() { return test<Alloc::DirectHost, Alloc::DirectHost>(); }

sycl/test-e2e/USM/memops2d/memcpy2d_dhost_to_host.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "memcpy2d_common.hpp"
1714

1815
int main() { return test<Alloc::DirectHost, Alloc::Host>(); }

sycl/test-e2e/USM/memops2d/memcpy2d_dhost_to_shared.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "memcpy2d_common.hpp"
1714

1815
int main() { return test<Alloc::DirectHost, Alloc::Shared>(); }

sycl/test-e2e/USM/memops2d/memcpy2d_host_to_device.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// For HIP see https://github.com/intel/llvm/issues/10157.
15-
// UNSUPPORTED: (level_zero && windows) || hip
13+
// https://github.com/intel/llvm/issues/10157.
14+
// UNSUPPORTED: hip
1615

1716
#include "memcpy2d_common.hpp"
1817

sycl/test-e2e/USM/memops2d/memcpy2d_host_to_dhost.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "memcpy2d_common.hpp"
1714

1815
int main() { return test<Alloc::Host, Alloc::DirectHost>(); }

sycl/test-e2e/USM/memops2d/memcpy2d_host_to_host.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "memcpy2d_common.hpp"
1714

1815
int main() { return test<Alloc::Host, Alloc::Host>(); }

sycl/test-e2e/USM/memops2d/memcpy2d_host_to_shared.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "memcpy2d_common.hpp"
1714

1815
int main() { return test<Alloc::Host, Alloc::Shared>(); }

sycl/test-e2e/USM/memops2d/memcpy2d_shared_to_device.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "memcpy2d_common.hpp"
1714

1815
int main() { return test<Alloc::Shared, Alloc::Device>(); }

sycl/test-e2e/USM/memops2d/memcpy2d_shared_to_dhost.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "memcpy2d_common.hpp"
1714

1815
int main() { return test<Alloc::Shared, Alloc::DirectHost>(); }

sycl/test-e2e/USM/memops2d/memcpy2d_shared_to_host.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "memcpy2d_common.hpp"
1714

1815
int main() { return test<Alloc::Shared, Alloc::Host>(); }

sycl/test-e2e/USM/memops2d/memcpy2d_shared_to_shared.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Temporarily disabled until the failure is addressed.
14-
// UNSUPPORTED: (level_zero && windows)
15-
1613
#include "memcpy2d_common.hpp"
1714

1815
int main() { return test<Alloc::Shared, Alloc::Shared>(); }

0 commit comments

Comments
 (0)