Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 120bd99

Browse files
Revert "[SYCL] Changing tests to correspond the old backend_return_t for opencl (#682)"
This reverts commit 3cb8f72.
1 parent 3cb8f72 commit 120bd99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SYCL/Basic/fpga_tests/fpga_queue.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: opencl, opencl_icd
22

3-
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out %opencl_lib -DSYCL_GET_NATIVE_BACKEND_OPENCL_RETURN_T_CL_EVENT
3+
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out %opencl_lib
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
55

66
//==------------- fpga_queue.cpp - SYCL FPGA queues test -------------------==//

SYCL/Basic/interop/construction_ocl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: opencl, opencl_icd
2-
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %opencl_lib %s -o %t.ocl.out -DSYCL_GET_NATIVE_BACKEND_OPENCL_RETURN_T_CL_EVENT
2+
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %opencl_lib %s -o %t.ocl.out
33
// RUN: env SYCL_DEVICE_FILTER="opencl" %t.ocl.out
44

55
#include <CL/cl.h>

SYCL/HostInteropTask/interop-task.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out %threads_lib %opencl_lib -DSYCL_GET_NATIVE_BACKEND_OPENCL_RETURN_T_CL_EVENT
1+
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out %threads_lib %opencl_lib
22
// RUN: %CPU_RUN_PLACEHOLDER %t.out
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)