This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 2
2
// RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out 2>&1 %CPU_CHECK_PLACEHOLDER
3
3
// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out 2>&1 %CPU_CHECK_PLACEHOLDER
4
4
// RUN: env SYCL_PI_TRACE=2 %ACC_RUN_PLACEHOLDER %t.out 2>&1 %CPU_CHECK_PLACEHOLDER
5
- // XFAIL: opencl && windows
6
5
// ==---------------------- HostAccDestruction.cpp --------------------------==//
7
6
//
8
7
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Original file line number Diff line number Diff line change 102
102
103
103
# ESIMD-specific setup. Requires OpenCL for now.
104
104
if "opencl" in config .available_features :
105
- print (config .available_features )
106
105
esimd_run_substitute = " env SYCL_BE=PI_OPENCL SYCL_DEVICE_TYPE=GPU SYCL_PROGRAM_COMPILE_OPTIONS=-vc-codegen"
107
106
config .substitutions .append ( ('%ESIMD_RUN_PLACEHOLDER' , esimd_run_substitute ) )
108
107
config .substitutions .append ( ('%clangxx-esimd' , config .dpcpp_compiler +
197
196
198
197
acc_run_substitute = "true"
199
198
acc_check_substitute = ""
200
- # Tests executed with FPGA emu on Windows are not stable
201
- # Disabled until FPGA emulator is fixed
202
- if platform .system () == "Windows" :
203
- lit_config .warning ("Accelerator device is disabled on Windows because of instability" )
204
- elif 'acc' in config .target_devices .split (',' ):
199
+ if 'acc' in config .target_devices .split (',' ):
205
200
found_at_least_one_device = True
206
201
lit_config .note ("Tests accelerator device" )
207
202
acc_run_substitute = " env SYCL_DEVICE_TYPE=ACC "
You can’t perform that action at this time.
0 commit comments