Skip to content

Commit

Permalink
[SYCL][E2E] Enable device_global tests for CPU (#10804)
Browse files Browse the repository at this point in the history
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
  • Loading branch information
steffenlarsen authored Sep 1, 2023
1 parent 7897517 commit 5c870d6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions sycl/test-e2e/DeviceGlobal/device_global_arrow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 0 additions & 4 deletions sycl/test-e2e/DeviceGlobal/device_global_device_only.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 0 additions & 4 deletions sycl/test-e2e/DeviceGlobal/device_global_subscript.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 0 additions & 4 deletions sycl/test-e2e/DeviceGlobal/device_global_subscript_dis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5c870d6

Please sign in to comment.