We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee5f29 commit f45f44eCopy full SHA for f45f44e
SYCL/lit.cfg.py
@@ -328,7 +328,11 @@
328
gpu_run_on_linux_substitute = "env SYCL_DEVICE_FILTER={SYCL_PLUGIN}:gpu,host ".format(SYCL_PLUGIN=config.sycl_be)
329
gpu_check_on_linux_substitute = "| FileCheck %s"
330
331
+<<<<<<< HEAD
332
if config.sycl_be == "ext_oneapi_cuda":
333
+=======
334
+ if config.sycl_be == "cuda":
335
+>>>>>>> 24faf9d67 ([SYCL][CUDA] Set PI_CUDA_ENABLE_IMAGE_SUPPORT before running Image tests (#702))
336
gpu_run_substitute += "SYCL_PI_CUDA_ENABLE_IMAGE_SUPPORT=1 "
337
338
else:
0 commit comments