llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL][E2E] Fix lit to use arch selection and l0 v2 adapter

Open mateuszpn opened this issue 1 month ago • 0 comments

The fix allows to use of _v1 and _v2 to select the l0 adapter and the use of arch to select the GPU, eg.: llvm-lit --param "sycl_devices=level_zero_v2:arch-intel_gpu_mtl_u" Necessary to run tests on integrated GPU on system with another GPU

mateuszpn avatar Dec 05 '25 11:12 mateuszpn