Skip to content

Commit 1fcc1cf

Browse files
[SYCL][NFC] Add missing ocloc requirements to E2E tests (#14443)
1 parent 78ae397 commit 1fcc1cf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sycl/test-e2e/Basic/build_log.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: opencl || level_zero, gpu
1+
// REQUIRES: opencl || level_zero, gpu, ocloc
22
// UNSUPPORTED: gpu-intel-dg1 || windows
33
//
44
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device dg1" %s -o %t.out

sycl/test-e2e/ESIMD/hardware_dispatch.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// Add "-options -vc-codegen" explicitly to workaround bug in dev igc package.
9+
// REQUIRES: ocloc
910
// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_bdw %s -Xs "-options -vc-codegen" -o %t.out
1011
// RUN: %t.out
1112
// TODO: remove XFAIL when the fix in GPU RT for Windows is updated on CI

0 commit comments

Comments
 (0)