Skip to content

ARK v0.2.0

Compare
Choose a tag to compare
@chhwang chhwang released this 05 Sep 08:43
· 88 commits to main since this release
693fe01

Timeline

Released Date: Sep. 5th, 2023

Work Items

Model

    • Interface: expose the underlying buffer info to Tensor (#79)

Communication Stack

    • Interface: hide GpuCommSw implementation from the interface (#81)
    • Interface: extend the current interface (#104)

Operators Support

    • Operator: add more operators (#62)
    • Operator: upgrade CUTLASS (#105)

Python

    • Interface: #96

Examples

    • Example: parallel matmul example (#64)

Bug Fix

Documents

CI

    • Code Coverage: add code coverage (#110)
    • Unit Tests: add a unit test pipeline (#88)
    • Unit Tests: #91