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
All reduction operations should also have a version with a scalar initializer. These operations are necessary to improve the programmability. For example to perform a hoirzontal reduction with a scalar value, the user has to write:
All reduction operations should also have a version with a scalar initializer. These operations are necessary to improve the programmability. For example to perform a hoirzontal reduction with a scalar value, the user has to write:
With the scalar initializers one could just write:
I've already extended the interface with HMAXS/MHMAXS, but the changes have to be propagated to all plugins and other reduction operations.
The text was updated successfully, but these errors were encountered: