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
Merging cases do not work with reqd_work_group_size attribute
[[sycl::reqd_work_group_size(64, 64, 64)]] void f();/ expected-note {{conflicting attribute is here}} now OK
[[sycl::reqd_work_group_size(128, 128, 128,)]] void f(); // expected-warning{{attribute 'reqd_work_group_size' is already applied with different parameters}} now OK