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
I think the real fix may be to switch from dispatchThreadgroups to dispatchThreads by default since all the devices we support support nonuniform threadgroup sizes.
However, this would be a very big (potentially breaking) change.
I think the real fix may be to switch from
dispatchThreadgroups
todispatchThreads
by default since all the devices we support support nonuniform threadgroup sizes.However, this would be a very big (potentially breaking) change.
Originally posted by @christiangnrd in #496 (comment)
The text was updated successfully, but these errors were encountered: