You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL][ESIMD][E2E] Fix a copy-paste error in DPAS API tests (#9897)
Test function was inlined into the kernel and remained in the module.
Since begin/end CHECKs were not CHECK-LABELs a DPAS API call was matched
with the code from the following function (kernel) because of inlining.
0 commit comments