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][E2E] Fix allowlist test by removing special characters from the regex. (#10030)
Some device names can contain square brackets. This was making the regex
generated by the allowlist test invalid. This commit removes the square
brakets from the generated regex.
0 commit comments