Skip to content

Commit 161ac51

Browse files
authored
[SYCL][E2E] Enable USM/memops2d/* on Win (intel#20249)
These tests pass pre-commit & post-commit and I launched every test 100 times locally, though this testing might not be enough, I can't reproduce any failure. Let's try to enable them again and monitor the current status.
1 parent 2dedcee commit 161ac51

File tree

6 files changed

+1
-20
lines changed

6 files changed

+1
-20
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
// UNSUPPORTED: hip
1414
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/10157
1515

16-
// Temporarily disabled until the failure is addressed.
17-
// UNSUPPORTED: level_zero && windows
18-
1916
#include "copy2d_common.hpp"
2017

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

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
// UNSUPPORTED: hip
1414
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/10157
1515

16-
// Temporarily disabled until the failure is addressed.
17-
// UNSUPPORTED: level_zero && windows
18-
1916
#include "copy2d_common.hpp"
2017

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

sycl/test-e2e/USM/memops2d/lit.local.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@
33
# Temporarily disabled until the failure is addressed:
44
# https://github.com/llvm/llvm-project/issues/127791
55
config.unsupported_features += ['spirv-backend']
6-
7-
# https://github.com/intel/llvm/issues/8126
8-
config.unsupported_features += ['windows']

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
// UNSUPPORTED: hip
1414
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/10157
1515

16-
// Temporarily disabled until the failure is addressed.
17-
// UNSUPPORTED: level_zero && windows
18-
1916
#include "memcpy2d_common.hpp"
2017

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

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
// UNSUPPORTED: hip
1414
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/10157
1515

16-
// Temporarily disabled until the failure is addressed.
17-
// UNSUPPORTED: level_zero && windows
18-
1916
#include "memcpy2d_common.hpp"
2017

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

sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
// tests to match the required format and in that case you should just update
5555
// (i.e. reduce) the number and the list below.
5656
//
57-
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 153
57+
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 149
5858
//
5959
// List of improperly UNSUPPORTED tests.
6060
// Remove the CHECK once the test has been properly UNSUPPORTED.
@@ -200,10 +200,6 @@
200200
// CHECK-NEXT: Tracing/usm/queue_single_task_nullptr.cpp
201201
// CHECK-NEXT: Tracing/usm/queue_single_task_released_pointer.cpp
202202
// CHECK-NEXT: USM/badmalloc.cpp
203-
// CHECK-NEXT: USM/memops2d/copy2d_device_to_host.cpp
204-
// CHECK-NEXT: USM/memops2d/copy2d_host_to_device.cpp
205-
// CHECK-NEXT: USM/memops2d/memcpy2d_device_to_host.cpp
206-
// CHECK-NEXT: USM/memops2d/memcpy2d_host_to_device.cpp
207203
// CHECK-NEXT: USM/pointer_query_descendent_device.cpp
208204
// CHECK-NEXT: syclcompat/atomic/atomic_arith.cpp
209205
// CHECK-NEXT: syclcompat/atomic/atomic_bitwise.cpp

0 commit comments

Comments
 (0)