Skip to content

v0.6.34

Compare
Choose a tag to compare
@yuanming-hu yuanming-hu released this 16 Sep 23:15
cbbef94

Highlights:

  • Examples
    • Make ODOP MGPCG class in mgpcg.py generic and reuse it in stable_fluid.py (#1731) (by 彭于斌)
  • Language and syntax
    • Support ti.zero(x) and ti.one(x) for making zero/one value for the same type with x (#1857) (by 彭于斌)
  • GitHub Actions/Workflows
    • Build and test the CUDA backend using GitHub actions (#1863) (by Yuanming Hu)

Full changelog:

  • [Workflow] Build and test the CUDA backend using GitHub actions (#1863) (by Yuanming Hu)
  • [async] Patch StateFlowGraph (#1862) (by Yuanming Hu)
  • [Example] Make ODOP MGPCG class in mgpcg.py generic and reuse it in stable_fluid.py (#1731) (by 彭于斌)
  • [Lang] Support ti.zero(x) and ti.one(x) for making zero/one value for the same type with x (#1857) (by 彭于斌)