File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157
157
- name : Setup SYCL variables
158
158
run : |
159
159
which clang++ sycl-ls
160
- SYCL_PI_TRACE =-1 sycl-ls
160
+ SYCL_UR_TRACE =-1 sycl-ls
161
161
162
162
- name : Build e2e tests
163
163
run : >
Original file line number Diff line number Diff line change 21
21
config : " "
22
22
unit : " gpu"
23
23
# Failing tests
24
- xfail : " Config/select_device .cpp;DeviceCodeSplit /grf.cpp;ESIMD/grf .cpp;KernelAndProgram/target_register_alloc_mode.cpp;Matrix/SG32/get_coord_int8_matB.cpp;Matrix/get_coord_int8_matB.cpp;Matrix/joint_matrix_prefetch.cpp;Matrix/joint_matrix_rowmajorA_rowmajorB.cpp;Plugin/level_zero_barrier_optimization .cpp"
24
+ xfail : " DeviceCodeSplit/grf .cpp;ESIMD /grf.cpp;ESIMD/mask_expand_load .cpp;KernelAndProgram/target_register_alloc_mode.cpp;Matrix/SG32/get_coord_int8_matB.cpp;Matrix/get_coord_int8_matB.cpp;Matrix/joint_matrix_prefetch.cpp;Matrix/joint_matrix_rowmajorA_rowmajorB.cpp; SYCL :: ESIMD/mask_expand_load.cpp;Matrix/SPVCooperativeMatrix/joint_matrix_bf16_fill_k_cache_OOB.cpp;Matrix/SPVCooperativeMatrix/joint_matrix_out_bounds.cpp;Matrix/SPVCooperativeMatrix/joint_matrix_prefetch.cpp;Matrix/SPVCooperativeMatrix/joint_matrix_rowmajorA_rowmajorB.cpp;Matrix/element_wise_all_ops_1d.cpp;Matrix/element_wise_all_ops_1d_cont.cpp;Matrix/element_wise_all_ops_scalar.cpp;Matrix/joint_matrix_bf16_fill_k_cache_OOB.cpp;Matrix/joint_matrix_bf16_fill_k_cache_prefetch.cpp;Matrix/joint_matrix_out_bounds.cpp;Matrix/joint_matrix_unaligned_k .cpp"
25
25
# Flaky tests
26
- filter_out : " ESIMD/named_barriers/loop_extended.cpp"
26
+ filter_out : " ESIMD/named_barriers/loop_extended.cpp;ESIMD/local_accessor_copy_to_from.cpp; "
27
27
# These runners by default spawn upwards of 260 workers.
28
28
# We also add a time out just in case some test hangs
29
29
extra_lit_flags : " --param gpu-intel-pvc=True --param gpu-intel-pvc-1T=True -sv -j 100 --max-time=3600"
You can’t perform that action at this time.
0 commit comments