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
The issue here is that data is the last parameter in CpuAccessibleBuffer's method, while in ImmutableBuffer's method it is the first. This ordering is inconsistent and would benefit from a change.
The text was updated successfully, but these errors were encountered:
CpuAccessibleBuffer defines its from_iter method with the following signature:
However, ImmutableBuffer defines it with a slightly different ordering:
The issue here is that data is the last parameter in CpuAccessibleBuffer's method, while in ImmutableBuffer's method it is the first. This ordering is inconsistent and would benefit from a change.
The text was updated successfully, but these errors were encountered: