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
#3719 updates method signatures to specify GpuPartitioning when a GPU partitioning argument is expected, but GpuPartitioning still derives from Partitioning. This let's the compiler catch cases where we're accidentally passing a CPU partitioning to something that expects a GPU partitioning. However these should be independent types so a compile error occurs if a GPU partitioning is passed to something expecting a CPU partitioning.
The text was updated successfully, but these errors were encountered:
#3719 updates method signatures to specify
GpuPartitioning
when a GPU partitioning argument is expected, butGpuPartitioning
still derives fromPartitioning
. This let's the compiler catch cases where we're accidentally passing a CPU partitioning to something that expects a GPU partitioning. However these should be independent types so a compile error occurs if a GPU partitioning is passed to something expecting a CPU partitioning.The text was updated successfully, but these errors were encountered: