Skip to content

v1.2.15

Compare
Choose a tag to compare
@jubitaneja jubitaneja released this 12 Jan 03:22
· 16 commits to main since this release

What's Changed

  • Merged PR 3018: Use VS 17.4.3-built binaries. This is in a separate
    channel to allow older ve... [Mason Remy]

    Use VS 17.4.3-built binaries. This is in a separate channel to allow older versions to keep working

  • Merged PR 3012: Correctness check for output array support for range
    node. [Denny Sun]

    Successful correctness check means output array support can work end to end.

  • Merged PR 3015: Update hatlib version to support floating type as
    function arg. [Denny Sun]

    Update hatlib version to support floating type as function arg

  • Merged PR 3010: Disable BinOp simplification for floating types.
    [Captain Jack Sparrow]

    Disable BinOp simplification for floating types

  • Merged PR 3013: Apply major version in docs. [Lisa Ong]

    Removes the need to update docs versions every time we release

  • Merged PR 2981: Prologue and Epilogue op support with tensorization
    and caching. [Captain Jack Sparrow]

    • Add optional prologue and epilogue support for tensorization
    • Supported gemm parameters with fragment ops are: {alpha: 1, beta: any} and {alpha: >1, beta: 0}
    • ReLU, SET, SCALE added a standard fragment op

    Related work items: #3704

    Full ChangeLog v1.2.14...v1.2.15