Skip to content

Commit 158b9bb

Browse files
[SYCL][E2E] Drop XFAIL and UNSUPPORTED for accelerator (#19228)
As accelerator devices are no longer part of testing, this commit removes the XFAIL and UNSUPPORTED cases in SYCL tests that reference accelerator. --------- Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
1 parent d471789 commit 158b9bb

40 files changed

+9
-114
lines changed

sycl/test-e2e/AddressCast/dynamic_address_cast.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
// Issue with OpenCL CPU runtime implementation of OpGenericCastToPtrExplicit
10-
// FPGA emulator affected by same issue as OpenCL CPU runtime
11-
// UNSUPPORTED: cpu, accelerator
10+
// UNSUPPORTED: cpu
1211
// RUN: %{build} -o %t.out
1312
// RUN: %{run} %t.out
1413

sycl/test-e2e/AddressCast/khr_dynamic_addrspace_cast.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
// Issue with OpenCL CPU runtime implementation of OpGenericCastToPtrExplicit
10-
// FPGA emulator affected by same issue as OpenCL CPU runtime
11-
// UNSUPPORTED: cpu, accelerator
10+
// UNSUPPORTED: cpu
1211
// UNSUPPORTED-TRACKER: CMPLRLLVM-37365
1312
// RUN: %{build} -o %t.out
1413
// RUN: %{run} %t.out

sycl/test-e2e/DeviceImageBackendContent/OCL_interop_test.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// REQUIRES: target-spir, opencl, opencl_icd, aspect-usm_shared_allocations
22
// RUN: %{build} %opencl_lib -fno-sycl-dead-args-optimization -o %t.out
33
// RUN: %{run} %t.out
4-
// XFAIL: accelerator
5-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16914
64
//
75
#include <sycl/backend.hpp>
86
#include <sycl/detail/cl.h>

sycl/test-e2e/Experimental/launch_queries/max_sub_groups.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4-
// XFAIL: accelerator
5-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17209
6-
74
#include <sycl/detail/core.hpp>
85
#include <sycl/detail/info_desc_helpers.hpp>
96
#include <sycl/kernel.hpp>

sycl/test-e2e/Graph/Explicit/spec_constants_handler_api.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
88

9-
// Intended - The following limitation is not restricted to Sycl-Graph
10-
// but comes from the orignal test : `SpecConstants/2020/handler-api.cpp`
11-
// FIXME: ACC devices use emulation path, which is not yet supported
12-
// UNSUPPORTED: accelerator
13-
149
#define GRAPH_E2E_EXPLICIT
1510

1611
#include "../Inputs/spec_constants_handler_api.cpp"

sycl/test-e2e/Graph/Explicit/spec_constants_kernel_bundle_api.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
// Intended - The following limitation is not restricted to Sycl-Graph
1010
// but comes from the orignal test : `SpecConstants/2020/kernel-bundle-api.cpp`
11-
// FIXME: ACC devices use emulation path, which is not yet supported
12-
// UNSUPPORTED: accelerator
1311
// UNSUPPORTED: hip
1412

1513
#define GRAPH_E2E_EXPLICIT

sycl/test-e2e/Graph/RecordReplay/spec_constants_handler_api.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
88

9-
// Intended - The following limitation is not restricted to Sycl-Graph
10-
// but comes from the orignal test : `SpecConstants/2020/handler-api.cpp`
11-
// FIXME: ACC devices use emulation path, which is not yet supported
12-
// UNSUPPORTED: accelerator
13-
149
#define GRAPH_E2E_RECORD_REPLAY
1510

1611
#include "../Inputs/spec_constants_handler_api.cpp"

sycl/test-e2e/Graph/RecordReplay/spec_constants_kernel_bundle_api.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
// Intended - The following limitation is not restricted to Sycl-Graph
1010
// but comes from the orignal test : `SpecConstants/2020/kernel-bundle-api.cpp`
11-
// FIXME: ACC devices use emulation path, which is not yet supported
12-
// UNSUPPORTED: accelerator
1311
// UNSUPPORTED: hip
1412

1513
#define GRAPH_E2E_RECORD_REPLAY

sycl/test-e2e/GroupAlgorithm/root_group.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Fails with opencl non-cpu, enable when fixed.
2-
// XFAIL: (opencl && !cpu && !accelerator)
2+
// XFAIL: (opencl && !cpu)
33
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14641
44

55
// RUN: %{build} -I . -o %t.out %if target-nvidia %{ -Xsycl-target-backend=nvptx64-nvidia-cuda --cuda-gpu-arch=sm_70 %}

sycl/test-e2e/KernelCompiler/opencl.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
//===----------------------------------------------------------------------===//
88

99
// REQUIRES: ocloc && (opencl || level_zero)
10-
// UNSUPPORTED: accelerator
11-
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
1210

1311
// -- Test the kernel_compiler with OpenCL source.
1412
// RUN: %{build} -o %t.out

sycl/test-e2e/KernelCompiler/opencl_cache.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
//===----------------------------------------------------------------------===//
88

99
// REQUIRES: ocloc && (opencl || level_zero)
10-
// UNSUPPORTED: accelerator
11-
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
1210

1311
// -- Test the kernel_compiler with OpenCL source.
1412
// RUN: %{build} -o %t.out

sycl/test-e2e/KernelCompiler/opencl_cache_eviction.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
// Tests on-disk cache and eviction with kernel_compiler.
1010

1111
// REQUIRES: ocloc && (opencl || level_zero)
12-
// UNSUPPORTED: accelerator
13-
// UNSUPPORTED-INTENDED: kernel_compiler is not available for accelerator
14-
// devices.
1512

1613
// -- Test the kernel_compiler with OpenCL source.
1714
// RUN: %{build} -o %t.out

sycl/test-e2e/KernelCompiler/opencl_flags.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// REQUIRES: ocloc && (opencl || level_zero)
2-
// UNSUPPORTED: accelerator
3-
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
42

53
// RUN: %{build} -o %t.out
64
// RUN: %{run} %t.out

sycl/test-e2e/KernelCompiler/opencl_multi_device.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
//===----------------------------------------------------------------------===//
88

99
// REQUIRES: (opencl || level_zero) && ocloc
10-
// UNSUPPORTED: accelerator
11-
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
1210

1311
// RUN: %{build} -o %t.out
1412
// RUN: env NEOReadDebugKeys=1 CreateMultipleRootDevices=3 %{run} %t.out

sycl/test-e2e/KernelCompiler/sycl.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
// REQUIRES: aspect-usm_device_allocations
1010

11-
// UNSUPPORTED: accelerator
12-
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
13-
1411
// RUN: %{build} -o %t.out
1512
// RUN: %if hip %{ env SYCL_JIT_AMDGCN_PTX_TARGET_CPU=%{amd_arch} %} %{l0_leak_check} %{run} %t.out
1613

sycl/test-e2e/KernelCompiler/sycl_basic.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
// REQUIRES: aspect-usm_device_allocations
1010

11-
// UNSUPPORTED: accelerator
12-
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
13-
1411
// RUN: %{build} -o %t.out
1512
// RUN: %if hip %{ env SYCL_JIT_AMDGCN_PTX_TARGET_CPU=%{amd_arch} %} %{l0_leak_check} %{run} %t.out
1613

sycl/test-e2e/KernelCompiler/sycl_cache.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414

1515
// REQUIRES: aspect-usm_device_allocations
1616

17-
// UNSUPPORTED: accelerator
18-
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
19-
2017
// DEFINE: %{cache_vars} = env SYCL_CACHE_PERSISTENT=1 SYCL_CACHE_TRACE=7 SYCL_CACHE_DIR=%t/cache_dir
2118
// DEFINE: %{max_cache_size} = SYCL_CACHE_MAX_SIZE=30000
2219
// RUN: %{build} -o %t.out

sycl/test-e2e/KernelCompiler/sycl_cache_pm.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
// REQUIRES: (opencl || level_zero)
1010
// REQUIRES: aspect-usm_device_allocations
1111

12-
// UNSUPPORTED: accelerator
13-
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
14-
1512
// -- Test the kernel_compiler with SYCL source.
1613
// RUN: %{build} -o %t.out
1714

sycl/test-e2e/KernelCompiler/sycl_context_error.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// UNSUPPORTED: accelerator
10-
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
11-
129
// RUN: %{build} -o %t.out
1310
// RUN: %if hip %{ env SYCL_JIT_AMDGCN_PTX_TARGET_CPU=%{amd_arch} %} %{run-unfiltered-devices} %t.out
1411

sycl/test-e2e/KernelCompiler/sycl_device_globals.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
// REQUIRES: aspect-usm_device_allocations
1010

11-
// UNSUPPORTED: accelerator, opencl && gpu
12-
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
1311
// UNSUPPORTED: opencl && gpu
1412
// UNSUPPORTED-TRACKER: GSD-4287
1513

sycl/test-e2e/KernelCompiler/sycl_export_registration.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
// REQUIRES: (opencl || level_zero)
1010

11-
// UNSUPPORTED: accelerator
12-
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
13-
1411
// Note linking is not supported on CUDA/HIP.
1512

1613
// -- Test for a case where a kernel bundle is built that exports a symbol and

sycl/test-e2e/KernelCompiler/sycl_include_paths.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
//===----------------------------------------------------------------------===//
88

99
// REQUIRES: aspect-usm_device_allocations
10-
// UNSUPPORTED: accelerator
11-
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
1210

1311
// RUN: %{build} -o %t.out
1412
// RUN: %if hip %{ env SYCL_JIT_AMDGCN_PTX_TARGET_CPU=%{amd_arch} %} %{run} %t.out %S | FileCheck %s --check-prefixes=CHECK,CHECK-NOCWD

sycl/test-e2e/KernelCompiler/sycl_join.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
// REQUIRES: aspect-usm_shared_allocations
1010

11-
// UNSUPPORTED: accelerator
12-
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
13-
1411
// RUN: %{build} -o %t.out
1512
// RUN: %if hip %{ env SYCL_JIT_AMDGCN_PTX_TARGET_CPU=%{amd_arch} %} %{run} %t.out
1613
// RUN: %if hip %{ env SYCL_JIT_AMDGCN_PTX_TARGET_CPU=%{amd_arch} %} %{l0_leak_check} %{run} %t.out

sycl/test-e2e/KernelCompiler/sycl_lifetimes.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
// REQUIRES: aspect-usm_device_allocations
1010

11-
// UNSUPPORTED: accelerator
12-
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
13-
1411
// RUN: %{build} -o %t.out
1512
// RUN: %if hip %{ env SYCL_JIT_AMDGCN_PTX_TARGET_CPU=%{amd_arch} %} env SYCL_UR_TRACE=-1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s
1613

sycl/test-e2e/KernelCompiler/sycl_link.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
// REQUIRES: (opencl || level_zero)
1010
// REQUIRES: aspect-usm_shared_allocations
1111

12-
// UNSUPPORTED: accelerator
13-
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
14-
1512
// -- Test for a simple linking case with source files compiled from SYCL source
1613
// -- at runtime.
1714

sycl/test-e2e/KernelCompiler/sycl_link_common_dep.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
// REQUIRES: (opencl || level_zero)
1010
// REQUIRES: aspect-usm_shared_allocations
1111

12-
// UNSUPPORTED: accelerator
13-
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
14-
1512
// Note linking is not supported on CUDA/HIP.
1613

1714
// -- Test for linking where two kernels use the same imported symbols.

sycl/test-e2e/KernelCompiler/sycl_link_common_dep_optional_feature.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
// REQUIRES: (opencl || level_zero)
1010
// REQUIRES: aspect-usm_shared_allocations
1111

12-
// UNSUPPORTED: accelerator
13-
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
14-
1512
// Note linking is not supported on CUDA/HIP.
1613

1714
// -- Test for linking where two kernels use the same imported symbols, but one

sycl/test-e2e/KernelCompiler/sycl_link_export_conflict.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
// REQUIRES: (opencl || level_zero)
1010
// REQUIRES: aspect-usm_shared_allocations
1111

12-
// UNSUPPORTED: accelerator
13-
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
14-
1512
// Note linking is not supported on CUDA/HIP.
1613

1714
// -- Test for a case where a kernel bundle with an exported symbol is compiled

sycl/test-e2e/KernelCompiler/sycl_link_kernel_conflict.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
// REQUIRES: (opencl || level_zero)
1010
// REQUIRES: aspect-usm_shared_allocations
1111

12-
// UNSUPPORTED: accelerator
13-
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
14-
1512
// Note linking is not supported on CUDA/HIP.
1613

1714
// -- Test for the linking of two kernels with conflicting definitions of

sycl/test-e2e/KernelCompiler/sycl_namespaces.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
// REQUIRES: aspect-usm_device_allocations
1010

11-
// UNSUPPORTED: accelerator
12-
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
13-
1411
// RUN: %{build} -o %t.out
1512
// RUN: %if hip %{ env SYCL_JIT_AMDGCN_PTX_TARGET_CPU=%{amd_arch} %} %{l0_leak_check} %{run} %t.out
1613

sycl/test-e2e/KernelCompiler/sycl_overload.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
// REQUIRES: aspect-usm_device_allocations
1010

11-
// UNSUPPORTED: accelerator
12-
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
13-
1411
// RUN: %{build} -o %t.out
1512
// RUN: %if hip %{ env SYCL_JIT_AMDGCN_PTX_TARGET_CPU=%{amd_arch} %} %{l0_leak_check} %{run} %t.out
1613

sycl/test-e2e/KernelCompiler/sycl_time_trace.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// UNSUPPORTED: accelerator
10-
// UNSUPPORTED-INTENDED: SYCL-RTC is not available for accelerator devices
11-
129
// RUN: %{build} -o %t.out
1310
// RUN: %if hip %{ env SYCL_JIT_AMDGCN_PTX_TARGET_CPU=%{amd_arch} %} %{run} %t.out | FileCheck %s
1411

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import platform
22

3-
config.unsupported_features += ['accelerator']
4-
53
config.substitutions.append(
64
("%{embed-ir}", "%if target-amd || target-nvidia %{ -fsycl-embed-ir %}")
75
)

sycl/test-e2e/ProfilingTag/in_order_profiling_queue.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
// UNSUPPORTED: cuda
2222
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14053
2323

24-
// FPGA emulator seems to return unexpected start time for the fallback barrier.
25-
// UNSUPPORTED: accelerator
26-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14315
27-
2824
#include "common.hpp"
2925

3026
int main() {

sycl/test-e2e/ProfilingTag/profiling_queue.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
// UNSUPPORTED: hip
1717
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/12904
1818

19-
// FPGA emulator seems to return unexpected start time for the fallback barrier.
20-
// UNSUPPORTED: accelerator
21-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14315
22-
2319
// Flaky on CUDA
2420
// UNSUPPORTED: cuda
2521
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14053

sycl/test-e2e/Regression/get_subgroup_sizes.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
// UNSUPPORTED: accelerator
2-
// TODO: FPGAs currently report `sub_group_sizes` as non-empty list,
3-
// despite not having extension `cl_intel_required_subgroup_size`
4-
// UNSUPPORTED: cuda || hip
5-
// TODO: Similar issue to FPGAs
1+
// REQUIRES: opencl || level_zero
2+
// Test assumes that the SYCL 2020 deprecated info::device::extensions query
3+
// returns a string with cl_intel_required_subgroup_size, while that is only
4+
// really guaranteed by OpenCL. Coincidentally it also works this way for L0.
65

76
// RUN: %{build} -Wno-error=deprecated-declarations -o %t.out
87
// RUN: %{run} %t.out

sycl/test-e2e/SYCLBIN/link_rtc_input.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
// REQUIRES: (opencl || level_zero)
1010
// REQUIRES: aspect-usm_shared_allocations
1111

12-
// UNSUPPORTED: accelerator
13-
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
14-
1512
// -- Test for linking where one kernel is runtime-compiled and one is compiled
1613
// -- to SYCLBIN.
1714

sycl/test-e2e/SYCLBIN/link_rtc_object.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
// REQUIRES: (opencl || level_zero)
1010
// REQUIRES: aspect-usm_shared_allocations
1111

12-
// UNSUPPORTED: accelerator
13-
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
14-
1512
// -- Test for linking where one kernel is runtime-compiled and one is compiled
1613
// -- to SYCLBIN.
1714

sycl/test-e2e/XPTI/buffer/multiple_queues.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: xptifw, opencl, (cpu || accelerator)
1+
// REQUIRES: xptifw, opencl, cpu
22
// RUN: %build_collector
33
// RUN: %{build} -o %t.out
44
// RUN: env XPTI_TRACE_ENABLE=1 XPTI_FRAMEWORK_DISPATCHER=%xptifw_dispatcher XPTI_SUBSCRIBERS=%t_collector.dll %{run} %t.out | FileCheck %s

0 commit comments

Comments
 (0)