diff --git a/sycl/test-e2e/DeviceGlobal/device_global_arrow.cpp b/sycl/test-e2e/DeviceGlobal/device_global_arrow.cpp index 4f75495f5c6c..8a8fa7b8b7d1 100644 --- a/sycl/test-e2e/DeviceGlobal/device_global_arrow.cpp +++ b/sycl/test-e2e/DeviceGlobal/device_global_arrow.cpp @@ -5,10 +5,6 @@ // backend calls. // UNSUPPORTED: hip || (opencl && gpu) // -// Temporarily disabled for OpenCL CPU while we wait for CPU driver bump. Same -// applies to the FPGA emulator. -// UNSUPPORTED: opencl -// // Tests operator-> on device_global. #include "device_global_arrow.hpp" diff --git a/sycl/test-e2e/DeviceGlobal/device_global_device_only.cpp b/sycl/test-e2e/DeviceGlobal/device_global_device_only.cpp index 9f884eb77d6c..5f29744bedea 100644 --- a/sycl/test-e2e/DeviceGlobal/device_global_device_only.cpp +++ b/sycl/test-e2e/DeviceGlobal/device_global_device_only.cpp @@ -5,10 +5,6 @@ // backend calls. // UNSUPPORTED: hip || (opencl && gpu) // -// Temporarily disabled for OpenCL CPU while we wait for CPU driver bump. Same -// applies to the FPGA emulator. -// UNSUPPORTED: opencl -// // Tests basic device_global access through device kernels. #include "device_global_device_only.hpp" diff --git a/sycl/test-e2e/DeviceGlobal/device_global_operator_passthrough.cpp b/sycl/test-e2e/DeviceGlobal/device_global_operator_passthrough.cpp index efbfd358d7f3..e03777f6d7c1 100644 --- a/sycl/test-e2e/DeviceGlobal/device_global_operator_passthrough.cpp +++ b/sycl/test-e2e/DeviceGlobal/device_global_operator_passthrough.cpp @@ -5,10 +5,6 @@ // backend calls. // UNSUPPORTED: hip || (opencl && gpu) // -// Temporarily disabled for OpenCL CPU while we wait for CPU driver bump. Same -// applies to the FPGA emulator. -// UNSUPPORTED: opencl -// // Tests the passthrough of operators on device_global. #include "device_global_operator_passthrough.hpp" diff --git a/sycl/test-e2e/DeviceGlobal/device_global_subscript.cpp b/sycl/test-e2e/DeviceGlobal/device_global_subscript.cpp index 3bde75f7177a..50c195ac2453 100644 --- a/sycl/test-e2e/DeviceGlobal/device_global_subscript.cpp +++ b/sycl/test-e2e/DeviceGlobal/device_global_subscript.cpp @@ -5,10 +5,6 @@ // backend calls. // UNSUPPORTED: hip || (opencl && gpu) // -// Temporarily disabled for OpenCL CPU while we wait for CPU driver bump. Same -// applies to the FPGA emulator. -// UNSUPPORTED: opencl -// // Tests operator[] on device_global. #include "device_global_subscript.hpp" diff --git a/sycl/test-e2e/DeviceGlobal/device_global_subscript_dis.cpp b/sycl/test-e2e/DeviceGlobal/device_global_subscript_dis.cpp index af3c56d6cc70..01e233741c11 100644 --- a/sycl/test-e2e/DeviceGlobal/device_global_subscript_dis.cpp +++ b/sycl/test-e2e/DeviceGlobal/device_global_subscript_dis.cpp @@ -5,10 +5,6 @@ // backend calls. // UNSUPPORTED: hip || (opencl && gpu) // -// Temporarily disabled for OpenCL CPU while we wait for CPU driver bump. Same -// applies to the FPGA emulator. -// UNSUPPORTED: opencl -// // Tests operator[] on device_global with device_image_scope. // NOTE: USE_DEVICE_IMAGE_SCOPE needs both kernels to be in the same image so // we set -fsycl-device-code-split=per_source.