Skip to content

Commit e57d8bf

Browse files
committed
enable more tests
1 parent c128d13 commit e57d8bf

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
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/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>(); }

0 commit comments

Comments
 (0)