This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
// REQUIRES: opencl, opencl_icd
2
2
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
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
5
6
6
// ==------------- fpga_queue.cpp - SYCL FPGA queues test -------------------==//
Original file line number Diff line number Diff line change 1
1
// 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
3
3
// RUN: env SYCL_DEVICE_FILTER="opencl" %t.ocl.out
4
4
5
5
#include < CL/cl.h>
Original file line number Diff line number Diff line change 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
2
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
3
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
You can’t perform that action at this time.
0 commit comments