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

Commit 81b7908

Browse files
[SYCL] Fix for missing opencl_lib (#683)
1 parent 93abde1 commit 81b7908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/Basic/interop/check_carrying_real_kernel_IDs.cpp

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

0 commit comments

Comments
 (0)