Diff Coverage

Diff: origin/master...HEAD, staged and unstaged changes

Source File Diff Coverage (%) Missing Lines
hyper_parallel/core/shard/ops/parallel_matmul.py 95.0% 67
hyper_parallel/core/shard/ops/parallel_matmul.py
63
64
65
66
67
68
69
70
71
        ValueError: If both ``x_layout`` and ``w_layout`` have Partial on the same device
            axis with different reduce operations (e.g. one is 'sum' and the other 'avg').
    """
    if x_layout is None or w_layout is None:
        return

    # Propagate x's partial status to output
    for dev_idx, op in enumerate(x_layout.partial):
        if op is not None: