diff --git a/sycl/test-e2e/lit.cfg.py b/sycl/test-e2e/lit.cfg.py index f1ac551e79e72..94e189c87f36f 100644 --- a/sycl/test-e2e/lit.cfg.py +++ b/sycl/test-e2e/lit.cfg.py @@ -250,7 +250,15 @@ def __exit__(self, exc_type, exc_value, exc_traceback): "intel_gpu_dg2_g10", }, # Gen12 - "gpu-intel-gen12": {"intel_gpu_tgllp", "intel_gpu_tgl"}, + "gpu-intel-gen12": { + "intel_gpu_tgllp", + "intel_gpu_tgl", + "intel_gpu_rkl", + "intel_gpu_adl_s", + "intel_gpu_rpl_s", + "intel_gpu_adl_p", + "intel_gpu_adl_n", + }, # Gen11 "gpu-intel-gen11": {"intel_gpu_icllp", "intel_gpu_icl"}, }