Skip to content

Commit 6f567c7

Browse files
vladimirlazbb-sycl
authored andcommitted
[SYCL] Update LIT to support the latest BEs (intel#752)
- add support for ext_intel_esimd_emulator BE. Only SYCL/ESIMD test should be run for this BE; - switch to use actual BE names to avoid runtime warning; - updated documentation accordingly.
1 parent 6413874 commit 6f567c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SYCL/lit.cfg.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,11 +328,15 @@
328328
gpu_run_on_linux_substitute = "env SYCL_DEVICE_FILTER={SYCL_PLUGIN}:gpu,host ".format(SYCL_PLUGIN=config.sycl_be)
329329
gpu_check_on_linux_substitute = "| FileCheck %s"
330330

331+
<<<<<<< HEAD
331332
<<<<<<< HEAD
332333
if config.sycl_be == "ext_oneapi_cuda":
333334
=======
334335
if config.sycl_be == "cuda":
335336
>>>>>>> 24faf9d67 ([SYCL][CUDA] Set PI_CUDA_ENABLE_IMAGE_SUPPORT before running Image tests (#702))
337+
=======
338+
if config.sycl_be == "ext_oneapi_cuda":
339+
>>>>>>> 1349fce09 ([SYCL] Update LIT to support the latest BEs (#752))
336340
gpu_run_substitute += "SYCL_PI_CUDA_ENABLE_IMAGE_SUPPORT=1 "
337341

338342
else:

0 commit comments

Comments
 (0)