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] Use MapVector instead of DenseMap to get deterministtic order of attr
llvm/llvm-project#96282 changed the hashing,
we may get non-detrministic iteration order if using DenseMap.
This is causing tests to beome flaky.
Fixing it similar to 6644975
0 commit comments