Skip to content

Commit 94c50ec

Browse files
[SYCL] reenabling USM tests on DG2 (#17205)
These are all working now on DG2 and should be reenabled. #16568 #15648
1 parent 869d837 commit 94c50ec

9 files changed

+8
-11
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// Temporarily disabled until the failure is addressed.
1414
// UNSUPPORTED: (level_zero && windows)
1515

16-
// UNSUPPORTED: (gpu-intel-dg2 || hip) && linux
16+
// UNSUPPORTED: hip && linux
1717
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15648
1818

1919
#include "copy2d_common.hpp"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// Temporarily disabled until the failure is addressed.
1414
// UNSUPPORTED: (level_zero && windows)
1515

16-
// UNSUPPORTED: (gpu-intel-dg2 || hip) && linux
16+
// UNSUPPORTED: hip && linux
1717
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15648
1818

1919
#include "copy2d_common.hpp"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// Temporarily disabled until the failure is addressed.
1414
// UNSUPPORTED: (level_zero && windows)
1515

16-
// UNSUPPORTED: (gpu-intel-dg2 || hip) && linux
16+
// UNSUPPORTED: hip && linux
1717
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15648
1818

1919
#include "copy2d_common.hpp"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// Temporarily disabled until the failure is addressed.
1414
// UNSUPPORTED: (level_zero && windows)
1515

16-
// UNSUPPORTED: (gpu-intel-dg2 || hip) && linux
16+
// UNSUPPORTED: hip && linux
1717
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15648
1818

1919
#include "copy2d_common.hpp"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// Temporarily disabled until the failure is addressed.
1414
// UNSUPPORTED: (level_zero && windows)
1515

16-
// UNSUPPORTED: (gpu-intel-dg2 || hip) && linux
16+
// UNSUPPORTED: hip && linux
1717
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15648
1818

1919
#include "memcpy2d_common.hpp"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// Temporarily disabled until the failure is addressed.
1414
// UNSUPPORTED: (level_zero && windows)
1515

16-
// UNSUPPORTED: (gpu-intel-dg2 || hip) && linux
16+
// UNSUPPORTED: hip && linux
1717
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15648
1818

1919
#include "memcpy2d_common.hpp"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// UNSUPPORTED: (gpu-intel-dg2 || hip) && linux
13+
// UNSUPPORTED: hip && linux
1414
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15648
1515

1616
// Temporarily disabled until the failure is addressed.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// Temporarily disabled until the failure is addressed.
1414
// UNSUPPORTED: (level_zero && windows)
1515

16-
// UNSUPPORTED: (gpu-intel-dg2 || hip) && linux
16+
// UNSUPPORTED: hip && linux
1717
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15648
1818

1919
#include "memcpy2d_common.hpp"

sycl/test-e2e/USM/usm_pooling.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// REQUIRES: level_zero
22
// RUN: %{build} -o %t.out
33

4-
// UNSUPPORTED: gpu-intel-dg2
5-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/12397
6-
74
// Allocate 2 items of 2MB. Free 2. Allocate 3 more of 2MB.
85

96
// With no pooling: 1,2,3,4,5 allocs lead to ZE call.

0 commit comments

Comments
 (0)