forked from apache/systemds
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYSTEMML-1876] Fix size propagation QuaternaryOp wdivmm (stratstats)
This patch fixes the worst-case size propagation (i.e., the propagation of upper bounds instead of exact size information) for quaternary operators of type wdivmm basic (cellwise). There was a branching issue that led to output sizes for wdivmm basic being overwritten by output sizes for wdivmm right. The issue did not show up before because it only happens in the special case where the sizes (at least the dimensions) of inputs cannot be inferred exactly. Furthermore, this patch also includes some minor cleanups related to the common code of MR lop construction.
- Loading branch information
Showing
1 changed file
with
33 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters