Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions sycl/test-e2e/USM/memops2d/copy2d_device_to_host.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
// UNSUPPORTED: hip
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/10157

// Temporarily disabled until the failure is addressed.
// UNSUPPORTED: level_zero && windows

#include "copy2d_common.hpp"

int main() { return test<Alloc::Device, Alloc::Host>(); }
3 changes: 0 additions & 3 deletions sycl/test-e2e/USM/memops2d/copy2d_host_to_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
// UNSUPPORTED: hip
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/10157

// Temporarily disabled until the failure is addressed.
// UNSUPPORTED: level_zero && windows

#include "copy2d_common.hpp"

int main() { return test<Alloc::Host, Alloc::Device>(); }
3 changes: 0 additions & 3 deletions sycl/test-e2e/USM/memops2d/lit.local.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
# Temporarily disabled until the failure is addressed:
# https://github.com/llvm/llvm-project/issues/127791
config.unsupported_features += ['spirv-backend']

# https://github.com/intel/llvm/issues/8126
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we close #8126 as well, after this PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if these tests really don't fail anymore. Let's keep it for some time, I will close it a bit later if the issue actually fixed.

config.unsupported_features += ['windows']
3 changes: 0 additions & 3 deletions sycl/test-e2e/USM/memops2d/memcpy2d_device_to_host.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
// UNSUPPORTED: hip
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/10157

// Temporarily disabled until the failure is addressed.
// UNSUPPORTED: level_zero && windows

#include "memcpy2d_common.hpp"

int main() { return test<Alloc::Device, Alloc::Host>(); }
3 changes: 0 additions & 3 deletions sycl/test-e2e/USM/memops2d/memcpy2d_host_to_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
// UNSUPPORTED: hip
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/10157

// Temporarily disabled until the failure is addressed.
// UNSUPPORTED: level_zero && windows

#include "memcpy2d_common.hpp"

int main() { return test<Alloc::Host, Alloc::Device>(); }
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
// tests to match the required format and in that case you should just update
// (i.e. reduce) the number and the list below.
//
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 153
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 149
//
// List of improperly UNSUPPORTED tests.
// Remove the CHECK once the test has been properly UNSUPPORTED.
Expand Down Expand Up @@ -200,10 +200,6 @@
// CHECK-NEXT: Tracing/usm/queue_single_task_nullptr.cpp
// CHECK-NEXT: Tracing/usm/queue_single_task_released_pointer.cpp
// CHECK-NEXT: USM/badmalloc.cpp
// CHECK-NEXT: USM/memops2d/copy2d_device_to_host.cpp
// CHECK-NEXT: USM/memops2d/copy2d_host_to_device.cpp
// CHECK-NEXT: USM/memops2d/memcpy2d_device_to_host.cpp
// CHECK-NEXT: USM/memops2d/memcpy2d_host_to_device.cpp
// CHECK-NEXT: USM/pointer_query_descendent_device.cpp
// CHECK-NEXT: syclcompat/atomic/atomic_arith.cpp
// CHECK-NEXT: syclcompat/atomic/atomic_bitwise.cpp
Expand Down